aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/debugger.h')
-rw-r--r--scumm/debugger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/debugger.h b/scumm/debugger.h
index 0a65e0fea4..3402667936 100644
--- a/scumm/debugger.h
+++ b/scumm/debugger.h
@@ -30,6 +30,7 @@ class ScummEngine;
class ScummDebugger : public Common::Debugger<ScummDebugger> {
public:
ScummDebugger(ScummEngine *s);
+ virtual ~ScummDebugger(); // we need this here for __SYMBIAN32__
protected:
ScummEngine *_vm;