aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-24 20:30:56 -0400
committerPaul Gilbert2016-07-24 20:30:56 -0400
commit4d79ee16c07e2398e9058fe93947b4704cd6048a (patch)
tree50c5234e21822d777e9a989c9af918feb6654a22 /engines/titanic/pet_control
parenteb98b984fb5a630422013ab5f030d49b0aa39552 (diff)
downloadscummvm-rg350-4d79ee16c07e2398e9058fe93947b4704cd6048a.tar.gz
scummvm-rg350-4d79ee16c07e2398e9058fe93947b4704cd6048a.tar.bz2
scummvm-rg350-4d79ee16c07e2398e9058fe93947b4704cd6048a.zip
TITANIC: Add semicolon after CLASSDEF macro usage
Diffstat (limited to 'engines/titanic/pet_control')
-rw-r--r--engines/titanic/pet_control/pet_control.h2
-rw-r--r--engines/titanic/pet_control/pet_drag_chev.h2
-rw-r--r--engines/titanic/pet_control/pet_graphic.h2
-rw-r--r--engines/titanic/pet_control/pet_graphic2.h2
-rw-r--r--engines/titanic/pet_control/pet_leaf.h2
-rw-r--r--engines/titanic/pet_control/pet_mode_off.h2
-rw-r--r--engines/titanic/pet_control/pet_mode_on.h2
-rw-r--r--engines/titanic/pet_control/pet_mode_panel.h2
-rw-r--r--engines/titanic/pet_control/pet_pannel1.h2
-rw-r--r--engines/titanic/pet_control/pet_pannel2.h2
-rw-r--r--engines/titanic/pet_control/pet_pannel3.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index 39df91cf91..468c4f3b14 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -122,7 +122,7 @@ public:
CTreeItem *_activeNPC;
CGameObject *_remoteTarget;
public:
- CLASSDEF
+ CLASSDEF;
CPetControl();
/**
diff --git a/engines/titanic/pet_control/pet_drag_chev.h b/engines/titanic/pet_control/pet_drag_chev.h
index 1ca9788f5b..153b954c40 100644
--- a/engines/titanic/pet_control/pet_drag_chev.h
+++ b/engines/titanic/pet_control/pet_drag_chev.h
@@ -34,7 +34,7 @@ protected:
bool MouseDragMoveMsg(CMouseDragMoveMsg *msg);
bool MouseDragEndMsg(CMouseDragEndMsg *msg);
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/pet_control/pet_graphic.h b/engines/titanic/pet_control/pet_graphic.h
index 34badfd8a5..082a27fe0d 100644
--- a/engines/titanic/pet_control/pet_graphic.h
+++ b/engines/titanic/pet_control/pet_graphic.h
@@ -30,7 +30,7 @@ namespace Titanic {
class CPetGraphic : public CGameObject {
DECLARE_MESSAGE_MAP
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/pet_control/pet_graphic2.h b/engines/titanic/pet_control/pet_graphic2.h
index 4e77662a82..6b832fef7d 100644
--- a/engines/titanic/pet_control/pet_graphic2.h
+++ b/engines/titanic/pet_control/pet_graphic2.h
@@ -30,7 +30,7 @@ namespace Titanic {
class CPetGraphic2 : public CGameObject {
DECLARE_MESSAGE_MAP
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/pet_control/pet_leaf.h b/engines/titanic/pet_control/pet_leaf.h
index 0d187423ff..8428647eab 100644
--- a/engines/titanic/pet_control/pet_leaf.h
+++ b/engines/titanic/pet_control/pet_leaf.h
@@ -30,7 +30,7 @@ namespace Titanic {
class PETLeaf : public CGameObject {
DECLARE_MESSAGE_MAP
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/pet_control/pet_mode_off.h b/engines/titanic/pet_control/pet_mode_off.h
index 0a4851ad72..a906bc6174 100644
--- a/engines/titanic/pet_control/pet_mode_off.h
+++ b/engines/titanic/pet_control/pet_mode_off.h
@@ -30,7 +30,7 @@ namespace Titanic {
class CPetModeOff : public CToggleSwitch {
DECLARE_MESSAGE_MAP
public:
- CLASSDEF
+ CLASSDEF;
CPetModeOff();
/**
diff --git a/engines/titanic/pet_control/pet_mode_on.h b/engines/titanic/pet_control/pet_mode_on.h
index d33a0d2829..074e33ea8c 100644
--- a/engines/titanic/pet_control/pet_mode_on.h
+++ b/engines/titanic/pet_control/pet_mode_on.h
@@ -30,7 +30,7 @@ namespace Titanic {
class CPetModeOn : public CToggleSwitch {
DECLARE_MESSAGE_MAP
public:
- CLASSDEF
+ CLASSDEF;
CPetModeOn();
/**
diff --git a/engines/titanic/pet_control/pet_mode_panel.h b/engines/titanic/pet_control/pet_mode_panel.h
index 17ce48d8b8..0812c11942 100644
--- a/engines/titanic/pet_control/pet_mode_panel.h
+++ b/engines/titanic/pet_control/pet_mode_panel.h
@@ -30,7 +30,7 @@ namespace Titanic {
class CPetModePanel : public CToggleSwitch {
DECLARE_MESSAGE_MAP
public:
- CLASSDEF
+ CLASSDEF;
CPetModePanel();
/**
diff --git a/engines/titanic/pet_control/pet_pannel1.h b/engines/titanic/pet_control/pet_pannel1.h
index c81d451d50..7ca7378a09 100644
--- a/engines/titanic/pet_control/pet_pannel1.h
+++ b/engines/titanic/pet_control/pet_pannel1.h
@@ -30,7 +30,7 @@ namespace Titanic {
class CPetPannel1 : public CPetGraphic {
DECLARE_MESSAGE_MAP
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/pet_control/pet_pannel2.h b/engines/titanic/pet_control/pet_pannel2.h
index 404dd88be5..62dd2aae2b 100644
--- a/engines/titanic/pet_control/pet_pannel2.h
+++ b/engines/titanic/pet_control/pet_pannel2.h
@@ -30,7 +30,7 @@ namespace Titanic {
class CPetPannel2 : public CPetGraphic {
DECLARE_MESSAGE_MAP
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/pet_control/pet_pannel3.h b/engines/titanic/pet_control/pet_pannel3.h
index addf6144eb..2acf269873 100644
--- a/engines/titanic/pet_control/pet_pannel3.h
+++ b/engines/titanic/pet_control/pet_pannel3.h
@@ -30,7 +30,7 @@ namespace Titanic {
class CPetPannel3 : public CPetGraphic {
DECLARE_MESSAGE_MAP
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file