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