aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/debugger.h')
-rw-r--r--engines/voyeur/debugger.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/voyeur/debugger.h b/engines/voyeur/debugger.h
index 0edf04eac4..12d62c51a1 100644
--- a/engines/voyeur/debugger.h
+++ b/engines/voyeur/debugger.h
@@ -61,10 +61,8 @@ protected:
*/
bool Cmd_Mouse(int argc, const char **argv);
public:
- Debugger();
+ Debugger(VoyeurEngine *vm);
virtual ~Debugger() {}
- void setVm(VoyeurEngine *vm) { _vm = vm; }
-
};
} // End of namespace Voyeur