mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
Finally fix build (extra qualifier removed).
svn-id: r41470
This commit is contained in:
parent
b2e5905327
commit
5172c83200
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user