diff options
Diffstat (limited to 'src/engine/user/cursor.hpp')
-rw-r--r-- | src/engine/user/cursor.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/user/cursor.hpp b/src/engine/user/cursor.hpp index 3ba8a40..fd75374 100644 --- a/src/engine/user/cursor.hpp +++ b/src/engine/user/cursor.hpp @@ -43,9 +43,9 @@ public: void ensure_position() noexcept override; - static void hide() noexcept; + void hide() noexcept override; - static void show() noexcept; + void show() noexcept override; void subscribe(const Event &event, const Subscriber &subscriber) noexcept override; |