aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/parallaction/input.h2
1 files changed, 1 insertions, 1 deletions
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;
}