Finally fix build (extra qualifier removed).

svn-id: r41470
This commit is contained in:
Nicola Mettifogo 2009-06-12 09:56:07 +00:00
parent b2e5905327
commit 5172c83200

View File

@ -111,7 +111,7 @@ protected:
const char *_filename;
EMCData *_scriptData;
bool EMCInterpreter::callback(Common::IFFChunk &chunk);
bool callback(Common::IFFChunk &chunk);
typedef void (EMCInterpreter::*OpcodeProc)(EMCState *);
struct OpcodeEntry {