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