aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sky/debug.h')
-rw-r--r--engines/sky/debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sky/debug.h b/engines/sky/debug.h
index a248b23692..ff94cbc8ad 100644
--- a/engines/sky/debug.h
+++ b/engines/sky/debug.h
@@ -43,10 +43,11 @@ public:
virtual ~Debugger(); // we need this here for __SYMBIAN32__ archaic gcc/UIQ
bool showGrid() { return _showGrid; }
-protected:
+private:
virtual void preEnter();
virtual void postEnter();
+private:
bool Cmd_ShowGrid(int argc, const char **argv);
bool Cmd_ReloadGrid(int argc, const char **argv);
bool Cmd_ShowCompact(int argc, const char **argv);