aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/get_lift_eye2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/get_lift_eye2.h')
-rw-r--r--engines/titanic/game/get_lift_eye2.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/get_lift_eye2.h b/engines/titanic/game/get_lift_eye2.h
index e8149cacae..6782a56f11 100644
--- a/engines/titanic/game/get_lift_eye2.h
+++ b/engines/titanic/game/get_lift_eye2.h
@@ -31,15 +31,11 @@ class CGetLiftEye2 : public CGameObject {
private:
static CString *_v1;
public:
+ CLASSDEF
static void init();
static void deinit();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CGetLiftEye2"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;