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 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