From 560bc65fc4e70dfc8f2df3affe2c6ab31afc5a74 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 30 May 2015 17:46:35 +0200 Subject: SHERLOCK: Silence GCC warning. --- engines/sherlock/talk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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); -- cgit v1.2.3