From 9cdfe927be66e741bb95d5a5c2814cb142204335 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Tue, 21 Jun 2005 22:19:02 +0000 Subject: Added default destructors as required by the Symbian/Epoc port svn-id: r18431 --- scumm/debugger.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scumm/debugger.cpp') diff --git a/scumm/debugger.cpp b/scumm/debugger.cpp index 7f3c0aabb1..fac53e82e2 100644 --- a/scumm/debugger.cpp +++ b/scumm/debugger.cpp @@ -106,6 +106,8 @@ ScummDebugger::ScummDebugger(ScummEngine *s) DCmd_Register("imuse", &ScummDebugger::Cmd_IMuse); } +ScummDebugger::~ScummDebugger() {} // we need this here for __SYMBIAN32__ + void ScummDebugger::preEnter() { // Pause sound output _old_soundsPaused = _vm->_sound->_soundsPaused; -- cgit v1.2.3