diff options
-rw-r--r-- | engines/access/events.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/access/events.h b/engines/access/events.h index fd3adf8797..3fdcf12136 100644 --- a/engines/access/events.h +++ b/engines/access/events.h @@ -85,12 +85,12 @@ public: /** * Sets the cursor and reset the normal cursor */ - void EventsManager::forceSetCursor(CursorType cursorId); + void forceSetCursor(CursorType cursorId); /** * Sets the normal cursor */ - void EventsManager::setNormalCursor(CursorType cursorId); + void setNormalCursor(CursorType cursorId); /** * Sets the cursor |