aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
diff options
context:
space:
mode:
authorSven Hesse2008-05-14 15:27:28 +0000
committerSven Hesse2008-05-14 15:27:28 +0000
commit78b599bc26496bcd8279bd6bc46cc2abcaf462d8 (patch)
tree914cabfb1aaa6d93885ad9580dba5ac4b7af17a7 /engines/parallaction
parenteb6c809d2b3ccf238fa5efbf45b6cd2b00a82cd9 (diff)
downloadscummvm-rg350-78b599bc26496bcd8279bd6bc46cc2abcaf462d8.tar.gz
scummvm-rg350-78b599bc26496bcd8279bd6bc46cc2abcaf462d8.tar.bz2
scummvm-rg350-78b599bc26496bcd8279bd6bc46cc2abcaf462d8.zip
Fix compilation
svn-id: r32118
Diffstat (limited to 'engines/parallaction')
-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;
}