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