aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_graphic2.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/pet_control/pet_graphic2.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/pet_control/pet_graphic2.cpp')
-rw-r--r--engines/titanic/pet_control/pet_graphic2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_graphic2.cpp b/engines/titanic/pet_control/pet_graphic2.cpp
index 79cf42eeb0..36c4d0f55a 100644
--- a/engines/titanic/pet_control/pet_graphic2.cpp
+++ b/engines/titanic/pet_control/pet_graphic2.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-EMPTY_MESSAGE_MAP(CPetGraphic2, CGameObject)
+EMPTY_MESSAGE_MAP(CPetGraphic2, CGameObject);
void CPetGraphic2::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);