aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/script.h')
-rw-r--r--engines/kyra/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/script.h b/engines/kyra/script.h
index 7a46f40c09..862cfb7d97 100644
--- a/engines/kyra/script.h
+++ b/engines/kyra/script.h
@@ -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 {