diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-23 20:24:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-23 20:24:55 +0300 |
commit | 9c9a1a4a4e2af42246f56aa73a5212ece9af9493 (patch) | |
tree | 4298adee937bc581b910d69456effc716ddd1311 /src/gui/gui.h | |
parent | 5fc7ef5ed9394e613341cd4f98d908bb8483b2fd (diff) | |
download | mv-9c9a1a4a4e2af42246f56aa73a5212ece9af9493.tar.gz mv-9c9a1a4a4e2af42246f56aa73a5212ece9af9493.tar.bz2 mv-9c9a1a4a4e2af42246f56aa73a5212ece9af9493.tar.xz mv-9c9a1a4a4e2af42246f56aa73a5212ece9af9493.zip |
Remove default parameters from gui.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index a846f1a5d..1384181f4 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -323,8 +323,8 @@ class Gui final const MouseEventTypeT type, const MouseButtonT button, const int x, const int y, - const bool force = false, - const bool toSourceOnly = false); + const bool force, + const bool toSourceOnly); /** * |