aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/little_lift_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/little_lift_button.h')
-rw-r--r--engines/titanic/game/little_lift_button.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/little_lift_button.h b/engines/titanic/game/little_lift_button.h
index 475b8435d5..92f084aba1 100644
--- a/engines/titanic/game/little_lift_button.h
+++ b/engines/titanic/game/little_lift_button.h
@@ -31,14 +31,10 @@ class CLittleLiftButton : public CBackground {
private:
int _value;
public:
+ CLASSDEF
CLittleLiftButton() : CBackground(), _value(0) {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CLittleLiftButton"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;