From 7e1f802abdab1442bd49f1c398c0aab6d81d452b Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 11 Apr 2016 18:53:40 -0400 Subject: TITANIC: CCarry drag & move msg handlers --- engines/titanic/pet_control/pet_section.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/pet_control/pet_section.h') diff --git a/engines/titanic/pet_control/pet_section.h b/engines/titanic/pet_control/pet_section.h index bc24737b1d..93a9145411 100644 --- a/engines/titanic/pet_control/pet_section.h +++ b/engines/titanic/pet_control/pet_section.h @@ -94,7 +94,7 @@ public: /** * Returns item a drag-drop operation has dropped on, if any */ - virtual CTreeItem *dragEnd(const Point &pt) const { return nullptr; } + virtual CGameObject *dragEnd(const Point &pt) const { return nullptr; } virtual void proc16(); -- cgit v1.2.3