diff options
author | Paul Gilbert | 2016-07-24 20:52:21 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-07-24 20:52:21 -0400 |
commit | 875002daea7a007c2727685a767eaaf3709a5252 (patch) | |
tree | e8101ea5439f951317a413e9ee69e7672b9aeeed /engines/titanic/game/sgt | |
parent | c6e2f4e68020dddea2a8248e8dd7ecdcb2147314 (diff) | |
download | scummvm-rg350-875002daea7a007c2727685a767eaaf3709a5252.tar.gz scummvm-rg350-875002daea7a007c2727685a767eaaf3709a5252.tar.bz2 scummvm-rg350-875002daea7a007c2727685a767eaaf3709a5252.zip |
TITANIC: Add semicolon to DECLARE_MESSAGE_MAP usage
Diffstat (limited to 'engines/titanic/game/sgt')
-rw-r--r-- | engines/titanic/game/sgt/sgt_state_room.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/sgt/sgt_state_room.h b/engines/titanic/game/sgt/sgt_state_room.h index ee9079943b..375da71326 100644 --- a/engines/titanic/game/sgt/sgt_state_room.h +++ b/engines/titanic/game/sgt/sgt_state_room.h @@ -46,7 +46,7 @@ struct CSGTStateRoomStatics { }; class CSGTStateRoom : public CBackground { - DECLARE_MESSAGE_MAP + DECLARE_MESSAGE_MAP; bool EnterRoomMsg(CEnterRoomMsg *msg); private: static CSGTStateRoomStatics *_statics; |