aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/phonograph_cylinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/phonograph_cylinder.h')
-rw-r--r--engines/titanic/carry/phonograph_cylinder.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/carry/phonograph_cylinder.h b/engines/titanic/carry/phonograph_cylinder.h
index 327ba3e541..271ede54b0 100644
--- a/engines/titanic/carry/phonograph_cylinder.h
+++ b/engines/titanic/carry/phonograph_cylinder.h
@@ -51,14 +51,10 @@ private:
int _field180;
int _field184;
public:
+ CLASSDEF
CPhonographCylinder();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CPhonographCylinder"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;