aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/gondolier
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/game/gondolier
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/game/gondolier')
-rw-r--r--engines/titanic/game/gondolier/gondolier_base.h2
-rw-r--r--engines/titanic/game/gondolier/gondolier_chest.h2
-rw-r--r--engines/titanic/game/gondolier/gondolier_face.h2
-rw-r--r--engines/titanic/game/gondolier/gondolier_mixer.h2
-rw-r--r--engines/titanic/game/gondolier/gondolier_slider.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/engines/titanic/game/gondolier/gondolier_base.h b/engines/titanic/game/gondolier/gondolier_base.h
index e5efaf8a35..a7ea2d4931 100644
--- a/engines/titanic/game/gondolier/gondolier_base.h
+++ b/engines/titanic/game/gondolier/gondolier_base.h
@@ -40,7 +40,7 @@ private:
static int _v9;
static int _v10;
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/game/gondolier/gondolier_chest.h b/engines/titanic/game/gondolier/gondolier_chest.h
index 55e5a2ba75..d796917371 100644
--- a/engines/titanic/game/gondolier/gondolier_chest.h
+++ b/engines/titanic/game/gondolier/gondolier_chest.h
@@ -29,7 +29,7 @@ namespace Titanic {
class CGondolierChest : public CGondolierBase {
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/game/gondolier/gondolier_face.h b/engines/titanic/game/gondolier/gondolier_face.h
index 03e221e030..71bdd6d444 100644
--- a/engines/titanic/game/gondolier/gondolier_face.h
+++ b/engines/titanic/game/gondolier/gondolier_face.h
@@ -31,7 +31,7 @@ class CGondolierFace : public CGondolierBase {
private:
int _fieldBC;
public:
- CLASSDEF
+ CLASSDEF;
CGondolierFace() : CGondolierBase(), _fieldBC(0) {}
/**
diff --git a/engines/titanic/game/gondolier/gondolier_mixer.h b/engines/titanic/game/gondolier/gondolier_mixer.h
index 0276de16c8..247e520ba6 100644
--- a/engines/titanic/game/gondolier/gondolier_mixer.h
+++ b/engines/titanic/game/gondolier/gondolier_mixer.h
@@ -39,7 +39,7 @@ private:
CString _string2;
int _fieldE4;
public:
- CLASSDEF
+ CLASSDEF;
CGondolierMixer();
/**
diff --git a/engines/titanic/game/gondolier/gondolier_slider.h b/engines/titanic/game/gondolier/gondolier_slider.h
index c5fd08f8cf..0ae14a91a0 100644
--- a/engines/titanic/game/gondolier/gondolier_slider.h
+++ b/engines/titanic/game/gondolier/gondolier_slider.h
@@ -48,7 +48,7 @@ private:
CString _string3;
int _field118;
public:
- CLASSDEF
+ CLASSDEF;
CGondolierSlider();
/**