aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/season_noises.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/season_noises.h')
-rw-r--r--engines/titanic/sound/season_noises.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/sound/season_noises.h b/engines/titanic/sound/season_noises.h
index def709c536..7746c164e8 100644
--- a/engines/titanic/sound/season_noises.h
+++ b/engines/titanic/sound/season_noises.h
@@ -35,14 +35,10 @@ private:
CString _string4;
CString _string5;
public:
+ CLASSDEF
CSeasonNoises();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CSeasonNoises"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;