aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/enter_view_toggles_other_music.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/enter_view_toggles_other_music.h')
-rw-r--r--engines/titanic/sound/enter_view_toggles_other_music.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/sound/enter_view_toggles_other_music.h b/engines/titanic/sound/enter_view_toggles_other_music.h
index 3e7976e877..991a6ad2bc 100644
--- a/engines/titanic/sound/enter_view_toggles_other_music.h
+++ b/engines/titanic/sound/enter_view_toggles_other_music.h
@@ -31,14 +31,10 @@ class CEnterViewTogglesOtherMusic : public CTriggerAutoMusicPlayer {
protected:
int _fieldC8;
public:
+ CLASSDEF
CEnterViewTogglesOtherMusic();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CEnterViewTogglesOtherMusic"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;