diff options
Diffstat (limited to 'engines/titanic/game/placeholder/bar_shelf_vis_centre.h')
-rw-r--r-- | engines/titanic/game/placeholder/bar_shelf_vis_centre.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/game/placeholder/bar_shelf_vis_centre.h b/engines/titanic/game/placeholder/bar_shelf_vis_centre.h index a2d39c3ea7..a5acff6a47 100644 --- a/engines/titanic/game/placeholder/bar_shelf_vis_centre.h +++ b/engines/titanic/game/placeholder/bar_shelf_vis_centre.h @@ -23,16 +23,16 @@ #ifndef TITANIC_BAR_SHELF_VIS_CENTRE_H #define TITANIC_BAR_SHELF_VIS_CENTRE_H -#include "titanic/game/placeholder/place_holder.h" +#include "titanic/game/placeholder/place_holder_item.h" namespace Titanic { -class CBarShelfVisCentre : public CPlaceHolder { +class CBarShelfVisCentre : public CPlaceHolderItem { private: int _value; public: CLASSDEF - CBarShelfVisCentre() : CPlaceHolder(), _value(0) {} + CBarShelfVisCentre() : CPlaceHolderItem(), _value(0) {} /** * Save the data for the class to file |