diff options
author | Paul Gilbert | 2016-07-24 20:30:56 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-07-24 20:30:56 -0400 |
commit | 4d79ee16c07e2398e9058fe93947b4704cd6048a (patch) | |
tree | 50c5234e21822d777e9a989c9af918feb6654a22 /engines/titanic/core | |
parent | eb98b984fb5a630422013ab5f030d49b0aa39552 (diff) | |
download | scummvm-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/core')
23 files changed, 24 insertions, 24 deletions
diff --git a/engines/titanic/core/background.h b/engines/titanic/core/background.h index ef9a6c3e7b..004ab4d0cf 100644 --- a/engines/titanic/core/background.h +++ b/engines/titanic/core/background.h @@ -40,7 +40,7 @@ protected: CString _string2; int _fieldDC; public: - CLASSDEF + CLASSDEF; CBackground(); /** diff --git a/engines/titanic/core/click_responder.h b/engines/titanic/core/click_responder.h index c682530f76..78381b9948 100644 --- a/engines/titanic/core/click_responder.h +++ b/engines/titanic/core/click_responder.h @@ -31,7 +31,7 @@ class CClickResponder : public CGameObject { protected: CString _string1, _string2; public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/core/dont_save_file_item.h b/engines/titanic/core/dont_save_file_item.h index 242e37372a..92425ae009 100644 --- a/engines/titanic/core/dont_save_file_item.h +++ b/engines/titanic/core/dont_save_file_item.h @@ -30,7 +30,7 @@ namespace Titanic { class CDontSaveFileItem : public CFileItem { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/core/drop_target.h b/engines/titanic/core/drop_target.h index 99734d71f4..4bd0ae448c 100644 --- a/engines/titanic/core/drop_target.h +++ b/engines/titanic/core/drop_target.h @@ -44,7 +44,7 @@ private: int _field110; int _field114; public: - CLASSDEF + CLASSDEF; CDropTarget(); /** diff --git a/engines/titanic/core/file_item.h b/engines/titanic/core/file_item.h index 4210251af0..4b7c341fdb 100644 --- a/engines/titanic/core/file_item.h +++ b/engines/titanic/core/file_item.h @@ -34,7 +34,7 @@ class CFileItem: public CTreeItem { private: CString _filename; public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/core/game_object.h b/engines/titanic/core/game_object.h index bde5e25c58..746ef45db4 100644 --- a/engines/titanic/core/game_object.h +++ b/engines/titanic/core/game_object.h @@ -504,7 +504,7 @@ public: */ static void deinit(); public: - CLASSDEF + CLASSDEF; CGameObject(); ~CGameObject(); diff --git a/engines/titanic/core/game_object_desc_item.h b/engines/titanic/core/game_object_desc_item.h index df9ef7bdd1..7bfecaf5a2 100644 --- a/engines/titanic/core/game_object_desc_item.h +++ b/engines/titanic/core/game_object_desc_item.h @@ -37,7 +37,7 @@ protected: List<ListItem> _list2; CMovieClipList _clipList; public: - CLASSDEF + CLASSDEF; CGameObjectDescItem(); /** diff --git a/engines/titanic/core/link_item.h b/engines/titanic/core/link_item.h index f194bc1361..4b316809fb 100644 --- a/engines/titanic/core/link_item.h +++ b/engines/titanic/core/link_item.h @@ -50,7 +50,7 @@ public: Rect _bounds; CursorId _cursorId; public: - CLASSDEF + CLASSDEF; CLinkItem(); /** diff --git a/engines/titanic/core/list.h b/engines/titanic/core/list.h index eb87d7fe1c..91a74adbdc 100644 --- a/engines/titanic/core/list.h +++ b/engines/titanic/core/list.h @@ -35,7 +35,7 @@ namespace Titanic { */ class ListItem: public CSaveableObject { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/core/mail_man.h b/engines/titanic/core/mail_man.h index 27a6cd11c0..4c63cdfa13 100644 --- a/engines/titanic/core/mail_man.h +++ b/engines/titanic/core/mail_man.h @@ -31,7 +31,7 @@ class CMailMan : public CGameObject { public: int _value; public: - CLASSDEF + CLASSDEF; CMailMan() : CGameObject(), _value(1) {} /** diff --git a/engines/titanic/core/message_target.h b/engines/titanic/core/message_target.h index cfd7ac14e7..05ceaad26a 100644 --- a/engines/titanic/core/message_target.h +++ b/engines/titanic/core/message_target.h @@ -86,7 +86,7 @@ protected: \ class CMessageTarget: public CSaveableObject { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/core/multi_drop_target.h b/engines/titanic/core/multi_drop_target.h index 22cc0941a3..c004b9bece 100644 --- a/engines/titanic/core/multi_drop_target.h +++ b/engines/titanic/core/multi_drop_target.h @@ -32,7 +32,7 @@ public: CString _string5; CString _string6; public: - CLASSDEF + CLASSDEF; CMultiDropTarget() : CDropTarget(), _string5("1,2") {} /** diff --git a/engines/titanic/core/named_item.h b/engines/titanic/core/named_item.h index 889a847e9d..2ff34c7421 100644 --- a/engines/titanic/core/named_item.h +++ b/engines/titanic/core/named_item.h @@ -36,7 +36,7 @@ class CNamedItem: public CTreeItem { public: CString _name; public: - CLASSDEF + CLASSDEF; /** * Dump the item diff --git a/engines/titanic/core/node_item.h b/engines/titanic/core/node_item.h index ff57448c7f..f54e882085 100644 --- a/engines/titanic/core/node_item.h +++ b/engines/titanic/core/node_item.h @@ -33,7 +33,7 @@ public: int _nodeNumber; Point _nodePos; public: - CLASSDEF + CLASSDEF; CNodeItem(); /** diff --git a/engines/titanic/core/project_item.h b/engines/titanic/core/project_item.h index 9270bdf6d1..00c13e52a2 100644 --- a/engines/titanic/core/project_item.h +++ b/engines/titanic/core/project_item.h @@ -56,7 +56,7 @@ class CFileListItem : public ListItem { public: CString _name; public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file @@ -150,7 +150,7 @@ public: */ static bool readSavegameHeader(SimpleFile *file, TitanicSavegameHeader &header); public: - CLASSDEF + CLASSDEF; CProjectItem(); /** diff --git a/engines/titanic/core/resource_key.h b/engines/titanic/core/resource_key.h index eb08334de7..27b23ed1e7 100644 --- a/engines/titanic/core/resource_key.h +++ b/engines/titanic/core/resource_key.h @@ -35,7 +35,7 @@ private: void setValue(const CString &name); public: - CLASSDEF + CLASSDEF; CResourceKey() {} CResourceKey(const CString &name) { setValue(name); } diff --git a/engines/titanic/core/room_item.h b/engines/titanic/core/room_item.h index bcdc95ebe0..22d6e8b40a 100644 --- a/engines/titanic/core/room_item.h +++ b/engines/titanic/core/room_item.h @@ -46,7 +46,7 @@ public: CResourceKey _exitMovieKey; double _roomDimensionX, _roomDimensionY; public: - CLASSDEF + CLASSDEF; CRoomItem(); /** diff --git a/engines/titanic/core/static_image.h b/engines/titanic/core/static_image.h index 27f861ef55..16cae82ff7 100644 --- a/engines/titanic/core/static_image.h +++ b/engines/titanic/core/static_image.h @@ -30,7 +30,7 @@ namespace Titanic { class CStaticImage : public CGameObject { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/core/tree_item.h b/engines/titanic/core/tree_item.h index 3754bd413e..85d0215e9b 100644 --- a/engines/titanic/core/tree_item.h +++ b/engines/titanic/core/tree_item.h @@ -45,7 +45,7 @@ private: CTreeItem *_firstChild; int _field14; public: - CLASSDEF + CLASSDEF; CTreeItem(); diff --git a/engines/titanic/core/turn_on_object.h b/engines/titanic/core/turn_on_object.h index 7150069909..67cef9c1ab 100644 --- a/engines/titanic/core/turn_on_object.h +++ b/engines/titanic/core/turn_on_object.h @@ -34,7 +34,7 @@ class CTurnOnObject : public CBackground { protected: CString _msgName; public: - CLASSDEF + CLASSDEF; CTurnOnObject(); /** diff --git a/engines/titanic/core/turn_on_play_sound.h b/engines/titanic/core/turn_on_play_sound.h index 58d33ab78b..1164135071 100644 --- a/engines/titanic/core/turn_on_play_sound.h +++ b/engines/titanic/core/turn_on_play_sound.h @@ -33,7 +33,7 @@ private: int _fieldF8; int _fieldFC; public: - CLASSDEF + CLASSDEF; CTurnOnPlaySound(); /** diff --git a/engines/titanic/core/turn_on_turn_off.h b/engines/titanic/core/turn_on_turn_off.h index 2df8830b0f..adca6876ff 100644 --- a/engines/titanic/core/turn_on_turn_off.h +++ b/engines/titanic/core/turn_on_turn_off.h @@ -35,7 +35,7 @@ private: int _fieldEC; int _fieldF0; public: - CLASSDEF + CLASSDEF; CTurnOnTurnOff(); /** diff --git a/engines/titanic/core/view_item.h b/engines/titanic/core/view_item.h index 4e25c007d9..227319fac6 100644 --- a/engines/titanic/core/view_item.h +++ b/engines/titanic/core/view_item.h @@ -59,7 +59,7 @@ protected: public: int _viewNumber; public: - CLASSDEF + CLASSDEF; CViewItem(); /** |