From d6b5e3f611c315b2d5dca01f58c92a8b53ebc32b Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 28 Mar 2018 11:58:35 +0200 Subject: BAKCENDS: Mark methods as override --- backends/graphics/windowed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/graphics') diff --git a/backends/graphics/windowed.h b/backends/graphics/windowed.h index 5f89d2d233..8a0bddf5be 100644 --- a/backends/graphics/windowed.h +++ b/backends/graphics/windowed.h @@ -201,7 +201,7 @@ protected: * @param x The new X position of the mouse in virtual screen coordinates. * @param y The new Y position of the mouse in virtual screen coordinates. */ - void warpMouse(const int x, const int y) { + void warpMouse(const int x, const int y) override { // Check active coordinate instead of window coordinate to avoid warping // the mouse if it is still within the same virtual pixel const Common::Point virtualCursor = convertWindowToVirtual(_cursorX, _cursorY); -- cgit v1.2.3