From c1d01223aa7283e18d42ee0b2680b6b3bc0afe8f Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 2 Jun 2009 11:58:30 +0000 Subject: Fix bug #2799905 "WINCE: Compilation broken". svn-id: r41124 --- engines/kyra/debugger.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/kyra/debugger.h') diff --git a/engines/kyra/debugger.h b/engines/kyra/debugger.h index 04f138b491..b01402f7d5 100644 --- a/engines/kyra/debugger.h +++ b/engines/kyra/debugger.h @@ -97,6 +97,7 @@ protected: bool cmd_passcodes(int argc, const char **argv); }; +#ifdef ENABLE_LOL class LoLEngine; class Debugger_LoL : public Debugger { @@ -110,6 +111,7 @@ protected: bool cmd_toggleFlag(int argc, const char **argv); bool cmd_queryFlag(int argc, const char **argv); }; +#endif // ENABLE_LOL } // End of namespace Kyra -- cgit v1.2.3