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