diff options
Diffstat (limited to 'engines/sherlock')
-rw-r--r-- | engines/sherlock/talk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/talk.h b/engines/sherlock/talk.h index a5f81f38ba..ebfe8f1732 100644 --- a/engines/sherlock/talk.h +++ b/engines/sherlock/talk.h @@ -109,7 +109,7 @@ enum OpcodeReturn { RET_EXIT = -1, RET_SUCCESS = 0, RET_CONTINUE = 1 }; class SherlockEngine; class Talk; -namespace Scalpel { class ScalpelUserInterface; }; +namespace Scalpel { class ScalpelUserInterface; } typedef OpcodeReturn(Talk::*OpcodeMethod)(const byte *&str); |