From 5172c83200c7fab38a5264000cea3c72cd33cb15 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Fri, 12 Jun 2009 09:56:07 +0000 Subject: Finally fix build (extra qualifier removed). svn-id: r41470 --- engines/kyra/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/script.h') 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 { -- cgit v1.2.3