From 1c69696a9a8878971c4fa925b074498dab757857 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Tue, 21 Jun 2005 22:08:21 +0000 Subject: Patches needed to build for SYMBIAN32 WINS/GCC added. Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430 --- queen/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'queen/debug.h') diff --git a/queen/debug.h b/queen/debug.h index fd61f3c5bf..f4ecbda9a0 100644 --- a/queen/debug.h +++ b/queen/debug.h @@ -32,6 +32,7 @@ class Debugger : public Common::Debugger { public: Debugger(QueenEngine *vm); + virtual ~Debugger(); // we need this here for __SYMBIAN32__ archaic gcc/UIQ int flags() const { return _flags; } -- cgit v1.2.3