diff options
author | Sven Hesse | 2008-05-14 15:27:28 +0000 |
---|---|---|
committer | Sven Hesse | 2008-05-14 15:27:28 +0000 |
commit | 78b599bc26496bcd8279bd6bc46cc2abcaf462d8 (patch) | |
tree | 914cabfb1aaa6d93885ad9580dba5ac4b7af17a7 | |
parent | eb6c809d2b3ccf238fa5efbf45b6cd2b00a82cd9 (diff) | |
download | scummvm-rg350-78b599bc26496bcd8279bd6bc46cc2abcaf462d8.tar.gz scummvm-rg350-78b599bc26496bcd8279bd6bc46cc2abcaf462d8.tar.bz2 scummvm-rg350-78b599bc26496bcd8279bd6bc46cc2abcaf462d8.zip |
Fix compilation
svn-id: r32118
-rw-r--r-- | engines/parallaction/input.h | 2 |
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; } |