aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/small_chev_right_off.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-24 20:11:49 -0400
committerPaul Gilbert2016-07-24 20:11:49 -0400
commiteb98b984fb5a630422013ab5f030d49b0aa39552 (patch)
tree92a5a6e4cad064d20a93b1229e049e477ba03139 /engines/titanic/gfx/small_chev_right_off.cpp
parent7d554339d3e1040480c9e1105d3ce7065fc77772 (diff)
downloadscummvm-rg350-eb98b984fb5a630422013ab5f030d49b0aa39552.tar.gz
scummvm-rg350-eb98b984fb5a630422013ab5f030d49b0aa39552.tar.bz2
scummvm-rg350-eb98b984fb5a630422013ab5f030d49b0aa39552.zip
TITANIC: Add semicolon after EMPTY_MESSAGE_MAP macro usages
Diffstat (limited to 'engines/titanic/gfx/small_chev_right_off.cpp')
-rw-r--r--engines/titanic/gfx/small_chev_right_off.cpp2
1 files changed, 1 insertions, 1 deletions
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() {
}