aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/debugger.h')
-rw-r--r--scumm/debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/debugger.h b/scumm/debugger.h
index b3972ed2b4..3bedf6b9cc 100644
--- a/scumm/debugger.h
+++ b/scumm/debugger.h
@@ -72,7 +72,7 @@ protected:
bool Cmd_Room(char _parameter[255][255]);
#ifdef USE_CONSOLE
- static bool ScummDebugger::debuggerInputCallback(ConsoleDialog *console, const char *input, void *refCon);
+ static bool debuggerInputCallback(ConsoleDialog *console, const char *input, void *refCon);
#endif
};