aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/placeholder/tv_on_bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/placeholder/tv_on_bar.h')
-rw-r--r--engines/titanic/game/placeholder/tv_on_bar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/placeholder/tv_on_bar.h b/engines/titanic/game/placeholder/tv_on_bar.h
index 3af59deb5b..2cc5494464 100644
--- a/engines/titanic/game/placeholder/tv_on_bar.h
+++ b/engines/titanic/game/placeholder/tv_on_bar.h
@@ -23,11 +23,11 @@
#ifndef TITANIC_TV_ON_BAR_H
#define TITANIC_TV_ON_BAR_H
-#include "titanic/game/placeholder/place_holder.h"
+#include "titanic/game/placeholder/place_holder_item.h"
namespace Titanic {
-class CTVOnBar : public CPlaceHolder {
+class CTVOnBar : public CPlaceHolderItem {
private:
Point _pos1;
public: