aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r--engines/simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h
index ee21e77ac4..49c35ba386 100644
--- a/engines/simon/simon.h
+++ b/engines/simon/simon.h
@@ -141,7 +141,7 @@ class SimonEngine : public Engine {
friend class Debugger;
friend class MoviePlayer;
- void errorString(const char *buf_input, char *buf_output);
+ GUI::Debugger *getDebugger();
typedef void (SimonEngine::*OpcodeProc) ();
void setupOpcodes();