aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/debugger.h
diff options
context:
space:
mode:
authorStrangerke2013-03-19 20:40:55 +0100
committerStrangerke2013-03-19 20:41:39 +0100
commitdb6d7e256bd1a1654002005fec3524ddcd300c75 (patch)
treee20128bc144b1b11899af51a73b1ba6d9b4f48e8 /engines/hopkins/debugger.h
parentfa3136fbc4385f1f14a87f21dfa2e7bf82aac66d (diff)
downloadscummvm-rg350-db6d7e256bd1a1654002005fec3524ddcd300c75.tar.gz
scummvm-rg350-db6d7e256bd1a1654002005fec3524ddcd300c75.tar.bz2
scummvm-rg350-db6d7e256bd1a1654002005fec3524ddcd300c75.zip
HOPKINS: Remove setParent() from EventsManager and Debugger
Diffstat (limited to 'engines/hopkins/debugger.h')
-rw-r--r--engines/hopkins/debugger.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/hopkins/debugger.h b/engines/hopkins/debugger.h
index 1ce018b38c..ed99b4479d 100644
--- a/engines/hopkins/debugger.h
+++ b/engines/hopkins/debugger.h
@@ -35,9 +35,8 @@ private:
HopkinsEngine *_vm;
public:
- Debugger();
+ Debugger(HopkinsEngine *vm);
virtual ~Debugger() {}
- void setParent(HopkinsEngine *vm);
bool cmd_DirtyRects(int argc, const char **argv);
};