aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control
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
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')
-rw-r--r--engines/titanic/pet_control/pet_graphic.cpp2
-rw-r--r--engines/titanic/pet_control/pet_graphic2.cpp2
-rw-r--r--engines/titanic/pet_control/pet_leaf.cpp2
-rw-r--r--engines/titanic/pet_control/pet_mode_off.cpp2
-rw-r--r--engines/titanic/pet_control/pet_mode_on.cpp2
-rw-r--r--engines/titanic/pet_control/pet_mode_panel.cpp2
-rw-r--r--engines/titanic/pet_control/pet_pannel1.cpp2
-rw-r--r--engines/titanic/pet_control/pet_pannel2.cpp2
-rw-r--r--engines/titanic/pet_control/pet_pannel3.cpp2
9 files changed, 9 insertions, 9 deletions
diff --git a/engines/titanic/pet_control/pet_graphic.cpp b/engines/titanic/pet_control/pet_graphic.cpp
index c4e184990a..bc7d86142d 100644
--- a/engines/titanic/pet_control/pet_graphic.cpp
+++ b/engines/titanic/pet_control/pet_graphic.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-EMPTY_MESSAGE_MAP(CPetGraphic, CGameObject)
+EMPTY_MESSAGE_MAP(CPetGraphic, CGameObject);
void CPetGraphic::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
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);
diff --git a/engines/titanic/pet_control/pet_leaf.cpp b/engines/titanic/pet_control/pet_leaf.cpp
index bf40b6ca5c..718ffe5e6e 100644
--- a/engines/titanic/pet_control/pet_leaf.cpp
+++ b/engines/titanic/pet_control/pet_leaf.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-EMPTY_MESSAGE_MAP(PETLeaf, CGameObject)
+EMPTY_MESSAGE_MAP(PETLeaf, CGameObject);
void PETLeaf::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
diff --git a/engines/titanic/pet_control/pet_mode_off.cpp b/engines/titanic/pet_control/pet_mode_off.cpp
index 277b8e5eac..119c15a65c 100644
--- a/engines/titanic/pet_control/pet_mode_off.cpp
+++ b/engines/titanic/pet_control/pet_mode_off.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-EMPTY_MESSAGE_MAP(CPetModeOff, CToggleSwitch)
+EMPTY_MESSAGE_MAP(CPetModeOff, CToggleSwitch);
CPetModeOff::CPetModeOff() : CToggleSwitch() {
}
diff --git a/engines/titanic/pet_control/pet_mode_on.cpp b/engines/titanic/pet_control/pet_mode_on.cpp
index 89845dc49a..2b61461a24 100644
--- a/engines/titanic/pet_control/pet_mode_on.cpp
+++ b/engines/titanic/pet_control/pet_mode_on.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-EMPTY_MESSAGE_MAP(CPetModeOn, CToggleSwitch)
+EMPTY_MESSAGE_MAP(CPetModeOn, CToggleSwitch);
CPetModeOn::CPetModeOn() : CToggleSwitch() {
}
diff --git a/engines/titanic/pet_control/pet_mode_panel.cpp b/engines/titanic/pet_control/pet_mode_panel.cpp
index 1384602183..8579c31cea 100644
--- a/engines/titanic/pet_control/pet_mode_panel.cpp
+++ b/engines/titanic/pet_control/pet_mode_panel.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-EMPTY_MESSAGE_MAP(CPetModePanel, CToggleSwitch)
+EMPTY_MESSAGE_MAP(CPetModePanel, CToggleSwitch);
CPetModePanel::CPetModePanel() : CToggleSwitch() {
}
diff --git a/engines/titanic/pet_control/pet_pannel1.cpp b/engines/titanic/pet_control/pet_pannel1.cpp
index 9906212b4b..7a757bfe57 100644
--- a/engines/titanic/pet_control/pet_pannel1.cpp
+++ b/engines/titanic/pet_control/pet_pannel1.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-EMPTY_MESSAGE_MAP(CPetPannel1, CPetGraphic)
+EMPTY_MESSAGE_MAP(CPetPannel1, CPetGraphic);
void CPetPannel1::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
diff --git a/engines/titanic/pet_control/pet_pannel2.cpp b/engines/titanic/pet_control/pet_pannel2.cpp
index b67e0edfcd..096a39afbf 100644
--- a/engines/titanic/pet_control/pet_pannel2.cpp
+++ b/engines/titanic/pet_control/pet_pannel2.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-EMPTY_MESSAGE_MAP(CPetPannel2, CPetGraphic)
+EMPTY_MESSAGE_MAP(CPetPannel2, CPetGraphic);
void CPetPannel2::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
diff --git a/engines/titanic/pet_control/pet_pannel3.cpp b/engines/titanic/pet_control/pet_pannel3.cpp
index a2a1fbedf9..0d095a62c5 100644
--- a/engines/titanic/pet_control/pet_pannel3.cpp
+++ b/engines/titanic/pet_control/pet_pannel3.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-EMPTY_MESSAGE_MAP(CPetPannel3, CPetGraphic)
+EMPTY_MESSAGE_MAP(CPetPannel3, CPetGraphic);
void CPetPannel3::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);