aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/placeholder/bar_shelf_vis_centre.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/placeholder/bar_shelf_vis_centre.h')
-rw-r--r--engines/titanic/game/placeholder/bar_shelf_vis_centre.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/engines/titanic/game/placeholder/bar_shelf_vis_centre.h b/engines/titanic/game/placeholder/bar_shelf_vis_centre.h
index 1cd3ca22bf..a2d39c3ea7 100644
--- a/engines/titanic/game/placeholder/bar_shelf_vis_centre.h
+++ b/engines/titanic/game/placeholder/bar_shelf_vis_centre.h
@@ -31,12 +31,9 @@ class CBarShelfVisCentre : public CPlaceHolder {
private:
int _value;
public:
+ CLASSDEF
CBarShelfVisCentre() : CPlaceHolder(), _value(0) {}
- /**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CBarShelfVisCentre"; }
-
+
/**
* Save the data for the class to file
*/