aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/music_room_stop_phonograph_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/music_room_stop_phonograph_button.h')
-rw-r--r--engines/titanic/game/music_room_stop_phonograph_button.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/music_room_stop_phonograph_button.h b/engines/titanic/game/music_room_stop_phonograph_button.h
index 4fd4aa6535..c37065fde4 100644
--- a/engines/titanic/game/music_room_stop_phonograph_button.h
+++ b/engines/titanic/game/music_room_stop_phonograph_button.h
@@ -31,14 +31,10 @@ class CMusicRoomStopPhonographButton : public CEjectPhonographButton {
private:
int _field100;
public:
+ CLASSDEF
CMusicRoomStopPhonographButton() : CEjectPhonographButton(), _field100(0) {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CMusicRoomStopPhonographButton"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;