Fix compilation

svn-id: r32118
This commit is contained in:
Sven Hesse 2008-05-14 15:27:28 +00:00
parent eb6c809d2b
commit 78b599bc26

View File

@ -103,7 +103,7 @@ public:
void waitForButtonEvent(uint32 buttonEventMask); void waitForButtonEvent(uint32 buttonEventMask);
uint32 getLastButtonEvent() { return _mouseButtons; } uint32 getLastButtonEvent() { return _mouseButtons; }
void Input::stopHovering() { void stopHovering() {
_hoverZone = nullZonePtr; _hoverZone = nullZonePtr;
} }