summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-27 19:39:42 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-27 19:39:42 +0300
commit13cc48ee351eb801aa82878ab2bebda048002e1b (patch)
treed42131fabf0f2e08e4098194ba84c62cddf60741 /src/input
parentb5760b82e84707f5c8f3ccadbf6c2f80c46fc5c1 (diff)
downloadplus-13cc48ee351eb801aa82878ab2bebda048002e1b.tar.gz
plus-13cc48ee351eb801aa82878ab2bebda048002e1b.tar.bz2
plus-13cc48ee351eb801aa82878ab2bebda048002e1b.tar.xz
plus-13cc48ee351eb801aa82878ab2bebda048002e1b.zip
Remove default parameter from keyboardconfig.
Diffstat (limited to 'src/input')
-rw-r--r--src/input/keyboardconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/keyboardconfig.h b/src/input/keyboardconfig.h
index ef3f056b7..16221d8cc 100644
--- a/src/input/keyboardconfig.h
+++ b/src/input/keyboardconfig.h
@@ -62,7 +62,7 @@ class KeyboardConfig final
* Get the key function index by providing the keys value.
*/
static InputActionT getKeyIndex(const SDL_Event &event,
- const int grp = 1) A_WARN_UNUSED;
+ const int grp) A_WARN_UNUSED;
/**
* Set the enable flag, which will stop the user from doing actions.