diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-24 17:29:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-25 22:08:19 +0300 |
commit | 14f55eb8c6e44763e70046b9661bd056280226a5 (patch) | |
tree | d255d2765b33f10f2928fa4da3f0bd45f477cea6 /src/gui/gui.h | |
parent | e42d8efbde5c2a560d3ed47347281422a76be22f (diff) | |
download | plus-14f55eb8c6e44763e70046b9661bd056280226a5.tar.gz plus-14f55eb8c6e44763e70046b9661bd056280226a5.tar.bz2 plus-14f55eb8c6e44763e70046b9661bd056280226a5.tar.xz plus-14f55eb8c6e44763e70046b9661bd056280226a5.zip |
Add missing non null attributes into gui directory.
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 |