aboutsummaryrefslogtreecommitdiff
path: root/gui/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/console.h')
-rw-r--r--gui/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/console.h b/gui/console.h
index d6ac4e3350..8079e2620b 100644
--- a/gui/console.h
+++ b/gui/console.h
@@ -36,7 +36,6 @@ public:
typedef bool (*InputCallbackProc)(ConsoleDialog *console, const char *input, void *refCon);
typedef bool (*CompletionCallbackProc)(ConsoleDialog* console, const char *input, char*& completion, void *refCon);
-protected:
enum {
kBufferSize = 32768,
kCharsPerLine = 128,
@@ -45,6 +44,7 @@ protected:
kHistorySize = 20
};
+protected:
const Graphics::Font *_font;
char _buffer[kBufferSize];