aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control_list_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_control_list_item.h')
-rw-r--r--engines/titanic/pet_control/pet_control_list_item.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_control_list_item.h b/engines/titanic/pet_control/pet_control_list_item.h
index e8210714c1..caa9a0d6b1 100644
--- a/engines/titanic/pet_control/pet_control_list_item.h
+++ b/engines/titanic/pet_control/pet_control_list_item.h
@@ -24,13 +24,13 @@
#define TITANIC_PET_CONTROL_LIST_ITEM_H
#include "titanic/core/list.h"
-#include "titanic/pet_control/pet_graphic.h"
+#include "titanic/pet_control/pet_gfx_element.h"
namespace Titanic {
class CPetControlListItem : public ListItem {
protected:
- CPetGraphic _val;
+ CPetGfxElement _val;
int _field30;
public:
CPetControlListItem() : _field30(0) {}