From 3c9dd7d78f2c1c6f474876ca448b0b6ae6673dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 7 Oct 2009 11:58:28 +0000 Subject: [PATCH] * Build fix. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33478 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/debugger/debug_info/GlobalTypeLookup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/debugger/debug_info/GlobalTypeLookup.h b/src/apps/debugger/debug_info/GlobalTypeLookup.h index 544dea5502..22a5f1209f 100644 --- a/src/apps/debugger/debug_info/GlobalTypeLookup.h +++ b/src/apps/debugger/debug_info/GlobalTypeLookup.h @@ -45,7 +45,7 @@ private: class GlobalTypeLookup { public: - ~GlobalTypeLookup(); + virtual ~GlobalTypeLookup(); virtual status_t GetType(GlobalTypeLookupContext* context, const BString& name, Type*& _type) = 0;