From eb98b984fb5a630422013ab5f030d49b0aa39552 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 24 Jul 2016 20:11:49 -0400 Subject: TITANIC: Add semicolon after EMPTY_MESSAGE_MAP macro usages --- engines/titanic/gfx/chev_left_off.cpp | 2 +- engines/titanic/gfx/chev_left_on.cpp | 2 +- engines/titanic/gfx/chev_right_off.cpp | 2 +- engines/titanic/gfx/chev_right_on.cpp | 2 +- engines/titanic/gfx/chev_send_rec_switch.cpp | 2 +- engines/titanic/gfx/elevator_button.cpp | 2 +- engines/titanic/gfx/get_from_succ.cpp | 2 +- engines/titanic/gfx/helmet_on_off.cpp | 2 +- engines/titanic/gfx/home_photo.cpp | 2 +- engines/titanic/gfx/icon_nav_action.cpp | 2 +- engines/titanic/gfx/icon_nav_butt.cpp | 2 +- engines/titanic/gfx/icon_nav_down.cpp | 2 +- engines/titanic/gfx/icon_nav_image.cpp | 2 +- engines/titanic/gfx/icon_nav_left.cpp | 2 +- engines/titanic/gfx/icon_nav_receive.cpp | 2 +- engines/titanic/gfx/icon_nav_right.cpp | 2 +- engines/titanic/gfx/icon_nav_send.cpp | 2 +- engines/titanic/gfx/icon_nav_up.cpp | 2 +- engines/titanic/gfx/keybrd_butt.cpp | 2 +- engines/titanic/gfx/music_slider.cpp | 2 +- engines/titanic/gfx/music_switch.cpp | 2 +- engines/titanic/gfx/send_to_succ.cpp | 2 +- engines/titanic/gfx/sgt_selector.cpp | 2 +- engines/titanic/gfx/small_chev_left_off.cpp | 2 +- engines/titanic/gfx/small_chev_left_on.cpp | 2 +- engines/titanic/gfx/small_chev_right_off.cpp | 2 +- engines/titanic/gfx/small_chev_right_on.cpp | 2 +- engines/titanic/gfx/text_down.cpp | 2 +- engines/titanic/gfx/text_skrew.cpp | 2 +- engines/titanic/gfx/text_up.cpp | 2 +- engines/titanic/gfx/toggle_button.cpp | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) (limited to 'engines/titanic/gfx') diff --git a/engines/titanic/gfx/chev_left_off.cpp b/engines/titanic/gfx/chev_left_off.cpp index 51583992c2..d5c7dcffd6 100644 --- a/engines/titanic/gfx/chev_left_off.cpp +++ b/engines/titanic/gfx/chev_left_off.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CChevLeftOff, CToggleSwitch) +EMPTY_MESSAGE_MAP(CChevLeftOff, CToggleSwitch); CChevLeftOff::CChevLeftOff() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/chev_left_on.cpp b/engines/titanic/gfx/chev_left_on.cpp index 5b3f6a8dcf..9b4a5b6d58 100644 --- a/engines/titanic/gfx/chev_left_on.cpp +++ b/engines/titanic/gfx/chev_left_on.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CChevLeftOn, CToggleSwitch) +EMPTY_MESSAGE_MAP(CChevLeftOn, CToggleSwitch); CChevLeftOn::CChevLeftOn() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/chev_right_off.cpp b/engines/titanic/gfx/chev_right_off.cpp index 4cab0708b3..c4ff3628a0 100644 --- a/engines/titanic/gfx/chev_right_off.cpp +++ b/engines/titanic/gfx/chev_right_off.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CChevRightOff, CToggleSwitch) +EMPTY_MESSAGE_MAP(CChevRightOff, CToggleSwitch); CChevRightOff::CChevRightOff() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/chev_right_on.cpp b/engines/titanic/gfx/chev_right_on.cpp index 29a07f0d41..0351c105d2 100644 --- a/engines/titanic/gfx/chev_right_on.cpp +++ b/engines/titanic/gfx/chev_right_on.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CChevRightOn, CToggleSwitch) +EMPTY_MESSAGE_MAP(CChevRightOn, CToggleSwitch); CChevRightOn::CChevRightOn() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/chev_send_rec_switch.cpp b/engines/titanic/gfx/chev_send_rec_switch.cpp index 92b551852e..6e30280315 100644 --- a/engines/titanic/gfx/chev_send_rec_switch.cpp +++ b/engines/titanic/gfx/chev_send_rec_switch.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CChevSendRecSwitch, CToggleSwitch) +EMPTY_MESSAGE_MAP(CChevSendRecSwitch, CToggleSwitch); CChevSendRecSwitch::CChevSendRecSwitch() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/elevator_button.cpp b/engines/titanic/gfx/elevator_button.cpp index 3c61869677..e66ee19af3 100644 --- a/engines/titanic/gfx/elevator_button.cpp +++ b/engines/titanic/gfx/elevator_button.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CElevatorButton, CSTButton) +EMPTY_MESSAGE_MAP(CElevatorButton, CSTButton); CElevatorButton::CElevatorButton() : CSTButton() { } diff --git a/engines/titanic/gfx/get_from_succ.cpp b/engines/titanic/gfx/get_from_succ.cpp index 0f3f4ba412..d701f73537 100644 --- a/engines/titanic/gfx/get_from_succ.cpp +++ b/engines/titanic/gfx/get_from_succ.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CGetFromSucc, CToggleSwitch) +EMPTY_MESSAGE_MAP(CGetFromSucc, CToggleSwitch); CGetFromSucc::CGetFromSucc() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/helmet_on_off.cpp b/engines/titanic/gfx/helmet_on_off.cpp index c72c795994..06e7d43d32 100644 --- a/engines/titanic/gfx/helmet_on_off.cpp +++ b/engines/titanic/gfx/helmet_on_off.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CHelmetOnOff, CToggleSwitch) +EMPTY_MESSAGE_MAP(CHelmetOnOff, CToggleSwitch); CHelmetOnOff::CHelmetOnOff() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/home_photo.cpp b/engines/titanic/gfx/home_photo.cpp index 1c3b064955..758a5caa75 100644 --- a/engines/titanic/gfx/home_photo.cpp +++ b/engines/titanic/gfx/home_photo.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CHomePhoto, CToggleSwitch) +EMPTY_MESSAGE_MAP(CHomePhoto, CToggleSwitch); CHomePhoto::CHomePhoto() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/icon_nav_action.cpp b/engines/titanic/gfx/icon_nav_action.cpp index bd32c937fb..4d32f46571 100644 --- a/engines/titanic/gfx/icon_nav_action.cpp +++ b/engines/titanic/gfx/icon_nav_action.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CIconNavAction, CToggleSwitch) +EMPTY_MESSAGE_MAP(CIconNavAction, CToggleSwitch); CIconNavAction::CIconNavAction() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/icon_nav_butt.cpp b/engines/titanic/gfx/icon_nav_butt.cpp index cc9a217cbf..951c2f5e7b 100644 --- a/engines/titanic/gfx/icon_nav_butt.cpp +++ b/engines/titanic/gfx/icon_nav_butt.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CIconNavButt, CPetGraphic) +EMPTY_MESSAGE_MAP(CIconNavButt, CPetGraphic); void CIconNavButt::save(SimpleFile *file, int indent) { file->writeNumberLine(1, indent); diff --git a/engines/titanic/gfx/icon_nav_down.cpp b/engines/titanic/gfx/icon_nav_down.cpp index 09a0332828..efa2124b14 100644 --- a/engines/titanic/gfx/icon_nav_down.cpp +++ b/engines/titanic/gfx/icon_nav_down.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CIconNavDown, CToggleSwitch) +EMPTY_MESSAGE_MAP(CIconNavDown, CToggleSwitch); CIconNavDown::CIconNavDown() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/icon_nav_image.cpp b/engines/titanic/gfx/icon_nav_image.cpp index 59a50bb8a6..403ae44b17 100644 --- a/engines/titanic/gfx/icon_nav_image.cpp +++ b/engines/titanic/gfx/icon_nav_image.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CIconNavImage, CPetGraphic) +EMPTY_MESSAGE_MAP(CIconNavImage, CPetGraphic); void CIconNavImage::save(SimpleFile *file, int indent) { file->writeNumberLine(1, indent); diff --git a/engines/titanic/gfx/icon_nav_left.cpp b/engines/titanic/gfx/icon_nav_left.cpp index 272e2a63af..8d98f3724c 100644 --- a/engines/titanic/gfx/icon_nav_left.cpp +++ b/engines/titanic/gfx/icon_nav_left.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CIconNavLeft, CToggleSwitch) +EMPTY_MESSAGE_MAP(CIconNavLeft, CToggleSwitch); CIconNavLeft::CIconNavLeft() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/icon_nav_receive.cpp b/engines/titanic/gfx/icon_nav_receive.cpp index ba5d8eaafa..e3e0986690 100644 --- a/engines/titanic/gfx/icon_nav_receive.cpp +++ b/engines/titanic/gfx/icon_nav_receive.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CIconNavReceive, CPetGraphic) +EMPTY_MESSAGE_MAP(CIconNavReceive, CPetGraphic); void CIconNavReceive::save(SimpleFile *file, int indent) { file->writeNumberLine(1, indent); diff --git a/engines/titanic/gfx/icon_nav_right.cpp b/engines/titanic/gfx/icon_nav_right.cpp index a661e0d8dc..de827918e9 100644 --- a/engines/titanic/gfx/icon_nav_right.cpp +++ b/engines/titanic/gfx/icon_nav_right.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CIconNavRight, CToggleSwitch) +EMPTY_MESSAGE_MAP(CIconNavRight, CToggleSwitch); CIconNavRight::CIconNavRight() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/icon_nav_send.cpp b/engines/titanic/gfx/icon_nav_send.cpp index 067e44847f..9baa9e8f33 100644 --- a/engines/titanic/gfx/icon_nav_send.cpp +++ b/engines/titanic/gfx/icon_nav_send.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CIconNavSend, CPetGraphic) +EMPTY_MESSAGE_MAP(CIconNavSend, CPetGraphic); void CIconNavSend::save(SimpleFile *file, int indent) { file->writeNumberLine(1, indent); diff --git a/engines/titanic/gfx/icon_nav_up.cpp b/engines/titanic/gfx/icon_nav_up.cpp index 5671dee9cf..4268d97868 100644 --- a/engines/titanic/gfx/icon_nav_up.cpp +++ b/engines/titanic/gfx/icon_nav_up.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CIconNavUp, CToggleSwitch) +EMPTY_MESSAGE_MAP(CIconNavUp, CToggleSwitch); CIconNavUp::CIconNavUp() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/keybrd_butt.cpp b/engines/titanic/gfx/keybrd_butt.cpp index 1a0a927e54..063e709a7b 100644 --- a/engines/titanic/gfx/keybrd_butt.cpp +++ b/engines/titanic/gfx/keybrd_butt.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CKeybrdButt, CToggleSwitch) +EMPTY_MESSAGE_MAP(CKeybrdButt, CToggleSwitch); CKeybrdButt::CKeybrdButt() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/music_slider.cpp b/engines/titanic/gfx/music_slider.cpp index fcf4d4bc76..ec7ff5e3f6 100644 --- a/engines/titanic/gfx/music_slider.cpp +++ b/engines/titanic/gfx/music_slider.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CMusicSlider, CMusicControl) +EMPTY_MESSAGE_MAP(CMusicSlider, CMusicControl); void CMusicSlider::save(SimpleFile *file, int indent) { file->writeNumberLine(1, indent); diff --git a/engines/titanic/gfx/music_switch.cpp b/engines/titanic/gfx/music_switch.cpp index fb1c6de9f7..1c2ced0b4e 100644 --- a/engines/titanic/gfx/music_switch.cpp +++ b/engines/titanic/gfx/music_switch.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CMusicSwitch, CMusicControl) +EMPTY_MESSAGE_MAP(CMusicSwitch, CMusicControl); void CMusicSwitch::save(SimpleFile *file, int indent) { file->writeNumberLine(1, indent); diff --git a/engines/titanic/gfx/send_to_succ.cpp b/engines/titanic/gfx/send_to_succ.cpp index 3054191e94..0e2b83361b 100644 --- a/engines/titanic/gfx/send_to_succ.cpp +++ b/engines/titanic/gfx/send_to_succ.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CSendToSucc, CToggleSwitch) +EMPTY_MESSAGE_MAP(CSendToSucc, CToggleSwitch); CSendToSucc::CSendToSucc() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/sgt_selector.cpp b/engines/titanic/gfx/sgt_selector.cpp index c7b52f8b03..81cccb72ce 100644 --- a/engines/titanic/gfx/sgt_selector.cpp +++ b/engines/titanic/gfx/sgt_selector.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CSGTSelector, CPetGraphic) +EMPTY_MESSAGE_MAP(CSGTSelector, CPetGraphic); void CSGTSelector::save(SimpleFile *file, int indent) { file->writeNumberLine(1, indent); diff --git a/engines/titanic/gfx/small_chev_left_off.cpp b/engines/titanic/gfx/small_chev_left_off.cpp index b0b22e9928..f7c27f9036 100644 --- a/engines/titanic/gfx/small_chev_left_off.cpp +++ b/engines/titanic/gfx/small_chev_left_off.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CSmallChevLeftOff, CToggleSwitch) +EMPTY_MESSAGE_MAP(CSmallChevLeftOff, CToggleSwitch); CSmallChevLeftOff::CSmallChevLeftOff() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/small_chev_left_on.cpp b/engines/titanic/gfx/small_chev_left_on.cpp index a2df2b524c..7a82c1878e 100644 --- a/engines/titanic/gfx/small_chev_left_on.cpp +++ b/engines/titanic/gfx/small_chev_left_on.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CSmallChevLeftOn, CToggleSwitch) +EMPTY_MESSAGE_MAP(CSmallChevLeftOn, CToggleSwitch); CSmallChevLeftOn::CSmallChevLeftOn() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/small_chev_right_off.cpp b/engines/titanic/gfx/small_chev_right_off.cpp index 48f0941c95..f07c5a3d00 100644 --- a/engines/titanic/gfx/small_chev_right_off.cpp +++ b/engines/titanic/gfx/small_chev_right_off.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CSmallChevRightOff, CToggleSwitch) +EMPTY_MESSAGE_MAP(CSmallChevRightOff, CToggleSwitch); CSmallChevRightOff::CSmallChevRightOff() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/small_chev_right_on.cpp b/engines/titanic/gfx/small_chev_right_on.cpp index af794fa428..18aba4a91f 100644 --- a/engines/titanic/gfx/small_chev_right_on.cpp +++ b/engines/titanic/gfx/small_chev_right_on.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CSmallChevRightOn, CToggleSwitch) +EMPTY_MESSAGE_MAP(CSmallChevRightOn, CToggleSwitch); CSmallChevRightOn::CSmallChevRightOn() : CToggleSwitch() { } diff --git a/engines/titanic/gfx/text_down.cpp b/engines/titanic/gfx/text_down.cpp index 4a68752922..4d9bb0b077 100644 --- a/engines/titanic/gfx/text_down.cpp +++ b/engines/titanic/gfx/text_down.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CTextDown, CPetGraphic) +EMPTY_MESSAGE_MAP(CTextDown, CPetGraphic); void CTextDown::save(SimpleFile *file, int indent) { file->writeNumberLine(1, indent); diff --git a/engines/titanic/gfx/text_skrew.cpp b/engines/titanic/gfx/text_skrew.cpp index 391ed3796f..6d403eabfb 100644 --- a/engines/titanic/gfx/text_skrew.cpp +++ b/engines/titanic/gfx/text_skrew.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CTextSkrew, CPetGraphic) +EMPTY_MESSAGE_MAP(CTextSkrew, CPetGraphic); void CTextSkrew::save(SimpleFile *file, int indent) { file->writeNumberLine(1, indent); diff --git a/engines/titanic/gfx/text_up.cpp b/engines/titanic/gfx/text_up.cpp index d5e2b1bab3..842be63ee6 100644 --- a/engines/titanic/gfx/text_up.cpp +++ b/engines/titanic/gfx/text_up.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CTextUp, CPetGraphic) +EMPTY_MESSAGE_MAP(CTextUp, CPetGraphic); void CTextUp::save(SimpleFile *file, int indent) { file->writeNumberLine(1, indent); diff --git a/engines/titanic/gfx/toggle_button.cpp b/engines/titanic/gfx/toggle_button.cpp index 78e53569de..2b7c80d3df 100644 --- a/engines/titanic/gfx/toggle_button.cpp +++ b/engines/titanic/gfx/toggle_button.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CToggleButton, CBackground) +EMPTY_MESSAGE_MAP(CToggleButton, CBackground); void CToggleButton::save(SimpleFile *file, int indent) { file->writeNumberLine(1, indent); -- cgit v1.2.3