From 4d79ee16c07e2398e9058fe93947b4704cd6048a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 24 Jul 2016 20:30:56 -0400 Subject: TITANIC: Add semicolon after CLASSDEF macro usage --- engines/titanic/pet_control/pet_control.h | 2 +- engines/titanic/pet_control/pet_drag_chev.h | 2 +- engines/titanic/pet_control/pet_graphic.h | 2 +- engines/titanic/pet_control/pet_graphic2.h | 2 +- engines/titanic/pet_control/pet_leaf.h | 2 +- engines/titanic/pet_control/pet_mode_off.h | 2 +- engines/titanic/pet_control/pet_mode_on.h | 2 +- engines/titanic/pet_control/pet_mode_panel.h | 2 +- engines/titanic/pet_control/pet_pannel1.h | 2 +- engines/titanic/pet_control/pet_pannel2.h | 2 +- engines/titanic/pet_control/pet_pannel3.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'engines/titanic/pet_control') 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 -- cgit v1.2.3