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