[Scummvm-cvs-logs] scummvm master -> 8fc36eef5131949fe5d8bbfc0ff82615501ccec7
eriktorbjorn
eriktorbjorn at telia.com
Sat May 30 17:47:39 CEST 2015
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8fc36eef51 SHERLOCK: Silence GCC warning.
Commit: 8fc36eef5131949fe5d8bbfc0ff82615501ccec7
https://github.com/scummvm/scummvm/commit/8fc36eef5131949fe5d8bbfc0ff82615501ccec7
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-05-30T17:46:35+02:00
Commit Message:
SHERLOCK: Silence GCC warning.
Changed paths:
engines/sherlock/talk.h
diff --git a/engines/sherlock/talk.h b/engines/sherlock/talk.h
index a5f81f3..ebfe8f1 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);
More information about the Scummvm-git-logs
mailing list