aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2015-05-30 17:46:35 +0200
committerTorbjörn Andersson2015-05-30 17:46:35 +0200
commit560bc65fc4e70dfc8f2df3affe2c6ab31afc5a74 (patch)
treeb879f5a1f3387f6fc4347e02a9ec45e700cc9591 /engines
parenta7f9e4c317aecc179bca6b698922c3b835ca02cc (diff)
downloadscummvm-rg350-560bc65fc4e70dfc8f2df3affe2c6ab31afc5a74.tar.gz
scummvm-rg350-560bc65fc4e70dfc8f2df3affe2c6ab31afc5a74.tar.bz2
scummvm-rg350-560bc65fc4e70dfc8f2df3affe2c6ab31afc5a74.zip
SHERLOCK: Silence GCC warning.
Diffstat (limited to 'engines')
-rw-r--r--engines/sherlock/talk.h2
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);