SHERLOCK: Silence GCC warning.

This commit is contained in:
Torbjörn Andersson 2015-05-30 17:46:35 +02:00
parent a7f9e4c317
commit 560bc65fc4

View File

@ -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);