diff options
-rw-r--r-- | scumm/debugger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/debugger.h b/scumm/debugger.h index 4a4cbc5517..208871c058 100644 --- a/scumm/debugger.h +++ b/scumm/debugger.h @@ -104,7 +104,7 @@ protected: void printBox(int box); void drawBox(int box); -#ifdef USE_CONSOLE +#if USE_CONSOLE static bool debuggerInputCallback(ConsoleDialog *console, const char *input, void *refCon); static bool debuggerCompletionCallback(ConsoleDialog *console, const char *input, char*& completion, void *refCon); #endif |