aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control_sub2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_control_sub2.h')
-rw-r--r--engines/titanic/pet_control/pet_control_sub2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_control_sub2.h b/engines/titanic/pet_control/pet_control_sub2.h
index d32b30aea0..a3eb834b74 100644
--- a/engines/titanic/pet_control/pet_control_sub2.h
+++ b/engines/titanic/pet_control/pet_control_sub2.h
@@ -23,14 +23,14 @@
#ifndef TITANIC_PET_CONTROL_SUB2_H
#define TITANIC_PET_CONTROL_SUB2_H
-#include "titanic/pet_control/pet_control_sub_base.h"
+#include "titanic/pet_control/pet_section.h"
#include "titanic/pet_control/pet_control_sub11.h"
#include "titanic/pet_control/pet_control_sub12.h"
#include "titanic/pet_control/pet_control_list_item2.h"
namespace Titanic {
-class CPetControlSub2 : public CPetControlSubBase {
+class CPetControlSub2 : public CPetSection {
private:
CPetControlSub11 _sub11;
CPetControlListItem2 _listItem;