diff options
Diffstat (limited to 'sky/debug.cpp')
-rw-r--r-- | sky/debug.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sky/debug.cpp b/sky/debug.cpp index 28b979f776..e33589f962 100644 --- a/sky/debug.cpp +++ b/sky/debug.cpp @@ -1290,6 +1290,8 @@ Debugger::Debugger(Logic *logic, Mouse *mouse, Screen *screen, SkyCompact *skyCo DCmd_Register("section", &Debugger::Cmd_Section); } +Debugger::~Debugger() {} // we need this here for __SYMBIAN32__ + void Debugger::preEnter() { } |