aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.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/pet_control/pet_control.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/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index 468c4f3b14..5e77b15230 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -43,7 +43,7 @@ namespace Titanic {
enum SummonResult { SUMMON_CANT = 0, SUMMON_PRESENT = 1, SUMMON_CAN = 2 };
class CPetControl : public CGameObject {
- DECLARE_MESSAGE_MAP
+ DECLARE_MESSAGE_MAP;
struct PetEventInfo {
int _id;
CPetSection *_target;