From 78b599bc26496bcd8279bd6bc46cc2abcaf462d8 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Wed, 14 May 2008 15:27:28 +0000 Subject: Fix compilation svn-id: r32118 --- engines/parallaction/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/parallaction') diff --git a/engines/parallaction/input.h b/engines/parallaction/input.h index 411bb2d2cc..3d072384a2 100644 --- a/engines/parallaction/input.h +++ b/engines/parallaction/input.h @@ -103,7 +103,7 @@ public: void waitForButtonEvent(uint32 buttonEventMask); uint32 getLastButtonEvent() { return _mouseButtons; } - void Input::stopHovering() { + void stopHovering() { _hoverZone = nullZonePtr; } -- cgit v1.2.3