aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/start_action.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-24 20:52:21 -0400
committerPaul Gilbert2016-07-24 20:52:21 -0400
commit875002daea7a007c2727685a767eaaf3709a5252 (patch)
treee8101ea5439f951317a413e9ee69e7672b9aeeed /engines/titanic/game/start_action.h
parentc6e2f4e68020dddea2a8248e8dd7ecdcb2147314 (diff)
downloadscummvm-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/start_action.h')
-rw-r--r--engines/titanic/game/start_action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/start_action.h b/engines/titanic/game/start_action.h
index 8be17f0a50..60381bad2f 100644
--- a/engines/titanic/game/start_action.h
+++ b/engines/titanic/game/start_action.h
@@ -29,7 +29,7 @@
namespace Titanic {
class CStartAction : public CBackground {
- DECLARE_MESSAGE_MAP
+ DECLARE_MESSAGE_MAP;
bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
bool MouseButtonUpMsg(CMouseButtonUpMsg *msg);
protected: