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_pannel3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/pet_control/pet_pannel3.h') diff --git a/engines/titanic/pet_control/pet_pannel3.h b/engines/titanic/pet_control/pet_pannel3.h index 2acf269873..dd0d2f9fa2 100644 --- a/engines/titanic/pet_control/pet_pannel3.h +++ b/engines/titanic/pet_control/pet_pannel3.h @@ -28,7 +28,7 @@ namespace Titanic { class CPetPannel3 : public CPetGraphic { - DECLARE_MESSAGE_MAP + DECLARE_MESSAGE_MAP; public: CLASSDEF; -- cgit v1.2.3