aboutsummaryrefslogtreecommitdiff
path: root/simon/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/debugger.h')
-rw-r--r--simon/debugger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/debugger.h b/simon/debugger.h
index 975a4489a0..c4e230608e 100644
--- a/simon/debugger.h
+++ b/simon/debugger.h
@@ -31,6 +31,7 @@ class SimonEngine;
class Debugger : public Common::Debugger<Debugger> {
public:
Debugger(SimonEngine *vm);
+ virtual ~Debugger() {} // we need this for __SYMBIAN32__ archaic gcc/UIQ
protected:
SimonEngine *_vm;