From 7ace328cb86a83db670ba0401176ad108a9c107c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 31 Jul 2016 18:08:57 -0400 Subject: TITANIC: Fix various warnings --- engines/titanic/pet_control/pet_load.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/pet_control/pet_load.h') diff --git a/engines/titanic/pet_control/pet_load.h b/engines/titanic/pet_control/pet_load.h index ad0b026818..421531974d 100644 --- a/engines/titanic/pet_control/pet_load.h +++ b/engines/titanic/pet_control/pet_load.h @@ -42,7 +42,7 @@ public: /** * Highlight any currently highlighted element */ - virtual void highlightCurrent() { resetSlots(); } + virtual void highlightCurrent(const Point &pt) { resetSlots(); } /** * Returns the tooltip text for when the glyph is selected -- cgit v1.2.3