diff options
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index a8b862f63..209c40749 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -226,7 +226,7 @@ class Gui final int getLastMouseY() const { return mLastMouseY; } - static MouseStateType getMouseState(int *const x, int *const y); + static MouseStateType getMouseState(int &x, int &y); /** * Sets the top widget. The top widget is the root widget |