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/gfx/act_button.h | 2 +- engines/titanic/gfx/changes_season_button.h | 2 +- engines/titanic/gfx/chev_left_off.h | 2 +- engines/titanic/gfx/chev_left_on.h | 2 +- engines/titanic/gfx/chev_right_off.h | 2 +- engines/titanic/gfx/chev_right_on.h | 2 +- engines/titanic/gfx/chev_send_rec_switch.h | 2 +- engines/titanic/gfx/chev_switch.h | 2 +- engines/titanic/gfx/edit_control.h | 2 +- engines/titanic/gfx/elevator_button.h | 2 +- engines/titanic/gfx/get_from_succ.h | 2 +- engines/titanic/gfx/helmet_on_off.h | 2 +- engines/titanic/gfx/home_photo.h | 2 +- engines/titanic/gfx/icon_nav_action.h | 2 +- engines/titanic/gfx/icon_nav_butt.h | 2 +- engines/titanic/gfx/icon_nav_down.h | 2 +- engines/titanic/gfx/icon_nav_image.h | 2 +- engines/titanic/gfx/icon_nav_left.h | 2 +- engines/titanic/gfx/icon_nav_receive.h | 2 +- engines/titanic/gfx/icon_nav_right.h | 2 +- engines/titanic/gfx/icon_nav_send.h | 2 +- engines/titanic/gfx/icon_nav_up.h | 2 +- engines/titanic/gfx/keybrd_butt.h | 2 +- engines/titanic/gfx/move_object_button.h | 2 +- engines/titanic/gfx/music_control.h | 2 +- engines/titanic/gfx/music_slider.h | 2 +- engines/titanic/gfx/music_slider_pitch.h | 2 +- engines/titanic/gfx/music_slider_speed.h | 2 +- engines/titanic/gfx/music_switch.h | 2 +- engines/titanic/gfx/music_switch_inversion.h | 2 +- engines/titanic/gfx/music_switch_reverse.h | 2 +- engines/titanic/gfx/music_voice_mute.h | 2 +- engines/titanic/gfx/send_to_succ.h | 2 +- engines/titanic/gfx/sgt_selector.h | 2 +- engines/titanic/gfx/slider_button.h | 2 +- engines/titanic/gfx/small_chev_left_off.h | 2 +- engines/titanic/gfx/small_chev_left_on.h | 2 +- engines/titanic/gfx/small_chev_right_off.h | 2 +- engines/titanic/gfx/small_chev_right_on.h | 2 +- engines/titanic/gfx/st_button.h | 2 +- engines/titanic/gfx/status_change_button.h | 2 +- engines/titanic/gfx/text_down.h | 2 +- engines/titanic/gfx/text_skrew.h | 2 +- engines/titanic/gfx/text_up.h | 2 +- engines/titanic/gfx/toggle_button.h | 2 +- engines/titanic/gfx/toggle_switch.h | 2 +- 46 files changed, 46 insertions(+), 46 deletions(-) (limited to 'engines/titanic/gfx') diff --git a/engines/titanic/gfx/act_button.h b/engines/titanic/gfx/act_button.h index 3b78e0c3af..26e5595411 100644 --- a/engines/titanic/gfx/act_button.h +++ b/engines/titanic/gfx/act_button.h @@ -29,7 +29,7 @@ namespace Titanic { class CActButton : public CSTButton { public: - CLASSDEF + CLASSDEF; CActButton(); /** diff --git a/engines/titanic/gfx/changes_season_button.h b/engines/titanic/gfx/changes_season_button.h index 2fe4672c1f..2b58a3199b 100644 --- a/engines/titanic/gfx/changes_season_button.h +++ b/engines/titanic/gfx/changes_season_button.h @@ -29,7 +29,7 @@ namespace Titanic { class CChangesSeasonButton : public CSTButton { public: - CLASSDEF + CLASSDEF; CChangesSeasonButton(); /** diff --git a/engines/titanic/gfx/chev_left_off.h b/engines/titanic/gfx/chev_left_off.h index 572f58abf3..1e356d3bf9 100644 --- a/engines/titanic/gfx/chev_left_off.h +++ b/engines/titanic/gfx/chev_left_off.h @@ -30,7 +30,7 @@ namespace Titanic { class CChevLeftOff : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CChevLeftOff(); /** diff --git a/engines/titanic/gfx/chev_left_on.h b/engines/titanic/gfx/chev_left_on.h index c015eef7c1..2014002fca 100644 --- a/engines/titanic/gfx/chev_left_on.h +++ b/engines/titanic/gfx/chev_left_on.h @@ -30,7 +30,7 @@ namespace Titanic { class CChevLeftOn : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CChevLeftOn(); /** diff --git a/engines/titanic/gfx/chev_right_off.h b/engines/titanic/gfx/chev_right_off.h index 05b62f3241..2bd3e24f9f 100644 --- a/engines/titanic/gfx/chev_right_off.h +++ b/engines/titanic/gfx/chev_right_off.h @@ -30,7 +30,7 @@ namespace Titanic { class CChevRightOff : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CChevRightOff(); /** diff --git a/engines/titanic/gfx/chev_right_on.h b/engines/titanic/gfx/chev_right_on.h index 56672f27bb..bc3e0ff7be 100644 --- a/engines/titanic/gfx/chev_right_on.h +++ b/engines/titanic/gfx/chev_right_on.h @@ -30,7 +30,7 @@ namespace Titanic { class CChevRightOn : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CChevRightOn(); /** diff --git a/engines/titanic/gfx/chev_send_rec_switch.h b/engines/titanic/gfx/chev_send_rec_switch.h index 17a1b0a855..041492893c 100644 --- a/engines/titanic/gfx/chev_send_rec_switch.h +++ b/engines/titanic/gfx/chev_send_rec_switch.h @@ -30,7 +30,7 @@ namespace Titanic { class CChevSendRecSwitch : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CChevSendRecSwitch(); /** diff --git a/engines/titanic/gfx/chev_switch.h b/engines/titanic/gfx/chev_switch.h index d3c884e92a..0305a6ca83 100644 --- a/engines/titanic/gfx/chev_switch.h +++ b/engines/titanic/gfx/chev_switch.h @@ -29,7 +29,7 @@ namespace Titanic { class CChevSwitch : public CToggleSwitch { public: - CLASSDEF + CLASSDEF; CChevSwitch(); /** diff --git a/engines/titanic/gfx/edit_control.h b/engines/titanic/gfx/edit_control.h index 42886372d2..77d03cb225 100644 --- a/engines/titanic/gfx/edit_control.h +++ b/engines/titanic/gfx/edit_control.h @@ -43,7 +43,7 @@ protected: int _fieldF0; int _fieldF4; public: - CLASSDEF + CLASSDEF; CEditControl(); /** diff --git a/engines/titanic/gfx/elevator_button.h b/engines/titanic/gfx/elevator_button.h index da7e25a275..dec4775f3f 100644 --- a/engines/titanic/gfx/elevator_button.h +++ b/engines/titanic/gfx/elevator_button.h @@ -30,7 +30,7 @@ namespace Titanic { class CElevatorButton : public CSTButton { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CElevatorButton(); /** diff --git a/engines/titanic/gfx/get_from_succ.h b/engines/titanic/gfx/get_from_succ.h index 5f16f9175f..d93341e913 100644 --- a/engines/titanic/gfx/get_from_succ.h +++ b/engines/titanic/gfx/get_from_succ.h @@ -30,7 +30,7 @@ namespace Titanic { class CGetFromSucc : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CGetFromSucc(); /** diff --git a/engines/titanic/gfx/helmet_on_off.h b/engines/titanic/gfx/helmet_on_off.h index c0e1a0affe..881757a2ef 100644 --- a/engines/titanic/gfx/helmet_on_off.h +++ b/engines/titanic/gfx/helmet_on_off.h @@ -30,7 +30,7 @@ namespace Titanic { class CHelmetOnOff : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CHelmetOnOff(); /** diff --git a/engines/titanic/gfx/home_photo.h b/engines/titanic/gfx/home_photo.h index c14352375a..9181bfd820 100644 --- a/engines/titanic/gfx/home_photo.h +++ b/engines/titanic/gfx/home_photo.h @@ -30,7 +30,7 @@ namespace Titanic { class CHomePhoto : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CHomePhoto(); /** diff --git a/engines/titanic/gfx/icon_nav_action.h b/engines/titanic/gfx/icon_nav_action.h index 2a5961d590..9a63a47196 100644 --- a/engines/titanic/gfx/icon_nav_action.h +++ b/engines/titanic/gfx/icon_nav_action.h @@ -30,7 +30,7 @@ namespace Titanic { class CIconNavAction : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CIconNavAction(); /** diff --git a/engines/titanic/gfx/icon_nav_butt.h b/engines/titanic/gfx/icon_nav_butt.h index 3c73a274b2..a27fc8b0fa 100644 --- a/engines/titanic/gfx/icon_nav_butt.h +++ b/engines/titanic/gfx/icon_nav_butt.h @@ -30,7 +30,7 @@ namespace Titanic { class CIconNavButt : public CPetGraphic { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/icon_nav_down.h b/engines/titanic/gfx/icon_nav_down.h index 6de13eac11..759d887913 100644 --- a/engines/titanic/gfx/icon_nav_down.h +++ b/engines/titanic/gfx/icon_nav_down.h @@ -30,7 +30,7 @@ namespace Titanic { class CIconNavDown : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CIconNavDown(); /** diff --git a/engines/titanic/gfx/icon_nav_image.h b/engines/titanic/gfx/icon_nav_image.h index 3ff82f385c..ab0e955bfa 100644 --- a/engines/titanic/gfx/icon_nav_image.h +++ b/engines/titanic/gfx/icon_nav_image.h @@ -30,7 +30,7 @@ namespace Titanic { class CIconNavImage : public CPetGraphic { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/icon_nav_left.h b/engines/titanic/gfx/icon_nav_left.h index bba3016d7b..d58a426ae9 100644 --- a/engines/titanic/gfx/icon_nav_left.h +++ b/engines/titanic/gfx/icon_nav_left.h @@ -30,7 +30,7 @@ namespace Titanic { class CIconNavLeft : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CIconNavLeft(); /** diff --git a/engines/titanic/gfx/icon_nav_receive.h b/engines/titanic/gfx/icon_nav_receive.h index 8fff0d0cd1..5d055dd156 100644 --- a/engines/titanic/gfx/icon_nav_receive.h +++ b/engines/titanic/gfx/icon_nav_receive.h @@ -30,7 +30,7 @@ namespace Titanic { class CIconNavReceive : public CPetGraphic { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/icon_nav_right.h b/engines/titanic/gfx/icon_nav_right.h index 1df10433b5..c12ff7cf8b 100644 --- a/engines/titanic/gfx/icon_nav_right.h +++ b/engines/titanic/gfx/icon_nav_right.h @@ -30,7 +30,7 @@ namespace Titanic { class CIconNavRight : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CIconNavRight(); /** diff --git a/engines/titanic/gfx/icon_nav_send.h b/engines/titanic/gfx/icon_nav_send.h index d70920507a..f2b220f0d9 100644 --- a/engines/titanic/gfx/icon_nav_send.h +++ b/engines/titanic/gfx/icon_nav_send.h @@ -30,7 +30,7 @@ namespace Titanic { class CIconNavSend : public CPetGraphic { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/icon_nav_up.h b/engines/titanic/gfx/icon_nav_up.h index 73d4fc3f8b..a9702c763f 100644 --- a/engines/titanic/gfx/icon_nav_up.h +++ b/engines/titanic/gfx/icon_nav_up.h @@ -30,7 +30,7 @@ namespace Titanic { class CIconNavUp : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CIconNavUp(); /** diff --git a/engines/titanic/gfx/keybrd_butt.h b/engines/titanic/gfx/keybrd_butt.h index 4bf38a1954..5514f115c7 100644 --- a/engines/titanic/gfx/keybrd_butt.h +++ b/engines/titanic/gfx/keybrd_butt.h @@ -30,7 +30,7 @@ namespace Titanic { class CKeybrdButt : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CKeybrdButt(); /** diff --git a/engines/titanic/gfx/move_object_button.h b/engines/titanic/gfx/move_object_button.h index a255ecf38a..eb2fdc4ff2 100644 --- a/engines/titanic/gfx/move_object_button.h +++ b/engines/titanic/gfx/move_object_button.h @@ -32,7 +32,7 @@ private: Point _pos1; int _field11C; public: - CLASSDEF + CLASSDEF; CMoveObjectButton(); /** diff --git a/engines/titanic/gfx/music_control.h b/engines/titanic/gfx/music_control.h index 4b7927060b..04085f789c 100644 --- a/engines/titanic/gfx/music_control.h +++ b/engines/titanic/gfx/music_control.h @@ -34,7 +34,7 @@ public: int _fieldE8; int _fieldEC; public: - CLASSDEF + CLASSDEF; CMusicControl(); /** diff --git a/engines/titanic/gfx/music_slider.h b/engines/titanic/gfx/music_slider.h index 87a06c6b60..1636afeb89 100644 --- a/engines/titanic/gfx/music_slider.h +++ b/engines/titanic/gfx/music_slider.h @@ -30,7 +30,7 @@ namespace Titanic { class CMusicSlider : public CMusicControl { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/music_slider_pitch.h b/engines/titanic/gfx/music_slider_pitch.h index edb8f42680..10c1d62c3a 100644 --- a/engines/titanic/gfx/music_slider_pitch.h +++ b/engines/titanic/gfx/music_slider_pitch.h @@ -29,7 +29,7 @@ namespace Titanic { class CMusicSliderPitch : public CMusicSlider { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/music_slider_speed.h b/engines/titanic/gfx/music_slider_speed.h index c6a35ddd5f..9814ca0312 100644 --- a/engines/titanic/gfx/music_slider_speed.h +++ b/engines/titanic/gfx/music_slider_speed.h @@ -29,7 +29,7 @@ namespace Titanic { class CMusicSliderSpeed : public CMusicSlider { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/music_switch.h b/engines/titanic/gfx/music_switch.h index bb90a8f205..6ee615d594 100644 --- a/engines/titanic/gfx/music_switch.h +++ b/engines/titanic/gfx/music_switch.h @@ -30,7 +30,7 @@ namespace Titanic { class CMusicSwitch : public CMusicControl { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/music_switch_inversion.h b/engines/titanic/gfx/music_switch_inversion.h index 052c812897..8b3718cf14 100644 --- a/engines/titanic/gfx/music_switch_inversion.h +++ b/engines/titanic/gfx/music_switch_inversion.h @@ -29,7 +29,7 @@ namespace Titanic { class CMusicSwitchInversion : public CMusicSwitch { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/music_switch_reverse.h b/engines/titanic/gfx/music_switch_reverse.h index 5a6208cede..3bfcb53b00 100644 --- a/engines/titanic/gfx/music_switch_reverse.h +++ b/engines/titanic/gfx/music_switch_reverse.h @@ -29,7 +29,7 @@ namespace Titanic { class CMusicSwitchReverse : public CMusicSwitch { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/music_voice_mute.h b/engines/titanic/gfx/music_voice_mute.h index 85aeda869c..ca15806c09 100644 --- a/engines/titanic/gfx/music_voice_mute.h +++ b/engines/titanic/gfx/music_voice_mute.h @@ -29,7 +29,7 @@ namespace Titanic { class CMusicVoiceMute : public CMusicControl { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/send_to_succ.h b/engines/titanic/gfx/send_to_succ.h index 1b8d17741e..dfcb345f4c 100644 --- a/engines/titanic/gfx/send_to_succ.h +++ b/engines/titanic/gfx/send_to_succ.h @@ -30,7 +30,7 @@ namespace Titanic { class CSendToSucc : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CSendToSucc(); /** diff --git a/engines/titanic/gfx/sgt_selector.h b/engines/titanic/gfx/sgt_selector.h index c6d2a167d2..2afd40209b 100644 --- a/engines/titanic/gfx/sgt_selector.h +++ b/engines/titanic/gfx/sgt_selector.h @@ -30,7 +30,7 @@ namespace Titanic { class CSGTSelector : public CPetGraphic { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/slider_button.h b/engines/titanic/gfx/slider_button.h index 3bd33aa2ba..398290bb05 100644 --- a/engines/titanic/gfx/slider_button.h +++ b/engines/titanic/gfx/slider_button.h @@ -34,7 +34,7 @@ private: int _field11C; Point _pos1; public: - CLASSDEF + CLASSDEF; CSliderButton(); /** diff --git a/engines/titanic/gfx/small_chev_left_off.h b/engines/titanic/gfx/small_chev_left_off.h index a164235828..c3af9bb837 100644 --- a/engines/titanic/gfx/small_chev_left_off.h +++ b/engines/titanic/gfx/small_chev_left_off.h @@ -30,7 +30,7 @@ namespace Titanic { class CSmallChevLeftOff : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CSmallChevLeftOff(); /** diff --git a/engines/titanic/gfx/small_chev_left_on.h b/engines/titanic/gfx/small_chev_left_on.h index ab9414727d..4fcba625fa 100644 --- a/engines/titanic/gfx/small_chev_left_on.h +++ b/engines/titanic/gfx/small_chev_left_on.h @@ -30,7 +30,7 @@ namespace Titanic { class CSmallChevLeftOn : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CSmallChevLeftOn(); /** diff --git a/engines/titanic/gfx/small_chev_right_off.h b/engines/titanic/gfx/small_chev_right_off.h index 3283eb2606..f56cc83981 100644 --- a/engines/titanic/gfx/small_chev_right_off.h +++ b/engines/titanic/gfx/small_chev_right_off.h @@ -30,7 +30,7 @@ namespace Titanic { class CSmallChevRightOff : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CSmallChevRightOff(); /** diff --git a/engines/titanic/gfx/small_chev_right_on.h b/engines/titanic/gfx/small_chev_right_on.h index fe522c45cb..aeb9ce33e7 100644 --- a/engines/titanic/gfx/small_chev_right_on.h +++ b/engines/titanic/gfx/small_chev_right_on.h @@ -30,7 +30,7 @@ namespace Titanic { class CSmallChevRightOn : public CToggleSwitch { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; CSmallChevRightOn(); /** diff --git a/engines/titanic/gfx/st_button.h b/engines/titanic/gfx/st_button.h index b3bd5e82ad..6a8af1b9fa 100644 --- a/engines/titanic/gfx/st_button.h +++ b/engines/titanic/gfx/st_button.h @@ -43,7 +43,7 @@ private: CString _soundName; int _buttonFrame; public: - CLASSDEF + CLASSDEF; CSTButton(); /** diff --git a/engines/titanic/gfx/status_change_button.h b/engines/titanic/gfx/status_change_button.h index 818f21e056..9e410c66f2 100644 --- a/engines/titanic/gfx/status_change_button.h +++ b/engines/titanic/gfx/status_change_button.h @@ -29,7 +29,7 @@ namespace Titanic { class CStatusChangeButton : public CSTButton { public: - CLASSDEF + CLASSDEF; CStatusChangeButton(); /** diff --git a/engines/titanic/gfx/text_down.h b/engines/titanic/gfx/text_down.h index 04805e714a..5c924b8129 100644 --- a/engines/titanic/gfx/text_down.h +++ b/engines/titanic/gfx/text_down.h @@ -30,7 +30,7 @@ namespace Titanic { class CTextDown : public CPetGraphic { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/text_skrew.h b/engines/titanic/gfx/text_skrew.h index a9326336bb..df90d95ba6 100644 --- a/engines/titanic/gfx/text_skrew.h +++ b/engines/titanic/gfx/text_skrew.h @@ -30,7 +30,7 @@ namespace Titanic { class CTextSkrew : public CPetGraphic { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/text_up.h b/engines/titanic/gfx/text_up.h index 19f150b600..0e839e0345 100644 --- a/engines/titanic/gfx/text_up.h +++ b/engines/titanic/gfx/text_up.h @@ -30,7 +30,7 @@ namespace Titanic { class CTextUp : public CPetGraphic { DECLARE_MESSAGE_MAP public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/gfx/toggle_button.h b/engines/titanic/gfx/toggle_button.h index b82e255029..9eb6fdb8c8 100644 --- a/engines/titanic/gfx/toggle_button.h +++ b/engines/titanic/gfx/toggle_button.h @@ -32,7 +32,7 @@ class CToggleButton : public CBackground { private: int _fieldE0; public: - CLASSDEF + CLASSDEF; CToggleButton() : CBackground(), _fieldE0(1) {} /** diff --git a/engines/titanic/gfx/toggle_switch.h b/engines/titanic/gfx/toggle_switch.h index ce39feefda..ae96c75ebd 100644 --- a/engines/titanic/gfx/toggle_switch.h +++ b/engines/titanic/gfx/toggle_switch.h @@ -32,7 +32,7 @@ private: int _fieldBC; Point _pos1; public: - CLASSDEF + CLASSDEF; CToggleSwitch(); /** -- cgit v1.2.3