aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/port_hole.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/port_hole.h')
-rw-r--r--engines/titanic/game/port_hole.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/port_hole.h b/engines/titanic/game/port_hole.h
index 60aab51bb6..2672614d68 100644
--- a/engines/titanic/game/port_hole.h
+++ b/engines/titanic/game/port_hole.h
@@ -32,14 +32,10 @@ private:
int _fieldBC;
CString _string1, _string2;
public:
+ CLASSDEF
CPortHole();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CPortHole"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;