From eb98b984fb5a630422013ab5f030d49b0aa39552 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 24 Jul 2016 20:11:49 -0400 Subject: TITANIC: Add semicolon after EMPTY_MESSAGE_MAP macro usages --- engines/titanic/gfx/small_chev_right_off.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/gfx/small_chev_right_off.cpp') diff --git a/engines/titanic/gfx/small_chev_right_off.cpp b/engines/titanic/gfx/small_chev_right_off.cpp index 48f0941c95..f07c5a3d00 100644 --- a/engines/titanic/gfx/small_chev_right_off.cpp +++ b/engines/titanic/gfx/small_chev_right_off.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CSmallChevRightOff, CToggleSwitch) +EMPTY_MESSAGE_MAP(CSmallChevRightOff, CToggleSwitch); CSmallChevRightOff::CSmallChevRightOff() : CToggleSwitch() { } -- cgit v1.2.3