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