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