From 875002daea7a007c2727685a767eaaf3709a5252 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 24 Jul 2016 20:52:21 -0400 Subject: TITANIC: Add semicolon to DECLARE_MESSAGE_MAP usage --- engines/titanic/pet_control/pet_control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/pet_control/pet_control.h') 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; -- cgit v1.2.3