From 0d85a0853c9857954073d828c9c31eb49ae46a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 12 Jun 2009 09:09:20 +0000 Subject: [PATCH] * Fixed warning. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31011 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/debuganalyzer/model_loader/AbstractModelLoader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/debuganalyzer/model_loader/AbstractModelLoader.h b/src/apps/debuganalyzer/model_loader/AbstractModelLoader.h index 34241e93c1..7a144f28d9 100644 --- a/src/apps/debuganalyzer/model_loader/AbstractModelLoader.h +++ b/src/apps/debuganalyzer/model_loader/AbstractModelLoader.h @@ -15,7 +15,7 @@ public: void* targetCookie); protected: - ~AbstractModelLoader(); + virtual ~AbstractModelLoader(); public: virtual status_t StartLoading();