aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/transport
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/transport
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/transport')
-rw-r--r--engines/titanic/game/transport/exit_pellerator.h2
-rw-r--r--engines/titanic/game/transport/gondolier.h2
-rw-r--r--engines/titanic/game/transport/lift.h2
-rw-r--r--engines/titanic/game/transport/lift_indicator.h2
-rw-r--r--engines/titanic/game/transport/pellerator.h2
-rw-r--r--engines/titanic/game/transport/service_elevator.h2
-rw-r--r--engines/titanic/game/transport/transport.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/engines/titanic/game/transport/exit_pellerator.h b/engines/titanic/game/transport/exit_pellerator.h
index e55a8fbf04..53056c7417 100644
--- a/engines/titanic/game/transport/exit_pellerator.h
+++ b/engines/titanic/game/transport/exit_pellerator.h
@@ -32,7 +32,7 @@ private:
static int _v1;
static int _v2;
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/game/transport/gondolier.h b/engines/titanic/game/transport/gondolier.h
index 4f4c57081b..ac1617256f 100644
--- a/engines/titanic/game/transport/gondolier.h
+++ b/engines/titanic/game/transport/gondolier.h
@@ -29,7 +29,7 @@ namespace Titanic {
class CGondolier : public CTransport {
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/game/transport/lift.h b/engines/titanic/game/transport/lift.h
index 4b39d34008..9c90466af5 100644
--- a/engines/titanic/game/transport/lift.h
+++ b/engines/titanic/game/transport/lift.h
@@ -41,7 +41,7 @@ private:
int _fieldF8;
public:
- CLASSDEF
+ CLASSDEF;
CLift() : CTransport(), _fieldF8(1) {}
/**
diff --git a/engines/titanic/game/transport/lift_indicator.h b/engines/titanic/game/transport/lift_indicator.h
index 2b08da5975..ff394d7230 100644
--- a/engines/titanic/game/transport/lift_indicator.h
+++ b/engines/titanic/game/transport/lift_indicator.h
@@ -37,7 +37,7 @@ private:
int _field108;
int _field10C;
public:
- CLASSDEF
+ CLASSDEF;
CLiftindicator();
/**
diff --git a/engines/titanic/game/transport/pellerator.h b/engines/titanic/game/transport/pellerator.h
index ac1486de3a..9d223ec770 100644
--- a/engines/titanic/game/transport/pellerator.h
+++ b/engines/titanic/game/transport/pellerator.h
@@ -35,7 +35,7 @@ private:
static int _v1;
static int _v2;
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/game/transport/service_elevator.h b/engines/titanic/game/transport/service_elevator.h
index 472f4580ad..b2c135021a 100644
--- a/engines/titanic/game/transport/service_elevator.h
+++ b/engines/titanic/game/transport/service_elevator.h
@@ -38,7 +38,7 @@ private:
int _field100;
int _field104;
public:
- CLASSDEF
+ CLASSDEF;
CServiceElevator();
/**
diff --git a/engines/titanic/game/transport/transport.h b/engines/titanic/game/transport/transport.h
index 66906888a0..b2c9aee20d 100644
--- a/engines/titanic/game/transport/transport.h
+++ b/engines/titanic/game/transport/transport.h
@@ -33,7 +33,7 @@ public:
CString _string1;
CString _string2;
public:
- CLASSDEF
+ CLASSDEF;
CTransport();
/**