aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/exit_tiania.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/exit_tiania.h')
-rw-r--r--engines/titanic/moves/exit_tiania.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/moves/exit_tiania.h b/engines/titanic/moves/exit_tiania.h
index 63e120fcf3..3af5aadc2e 100644
--- a/engines/titanic/moves/exit_tiania.h
+++ b/engines/titanic/moves/exit_tiania.h
@@ -34,14 +34,10 @@ private:
CString _string2;
CString _string3;
public:
+ CLASSDEF
CExitTiania();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CExitTiania"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;