diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-28 21:35:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-28 21:35:19 +0300 |
commit | c47ef8b3f2ec6ea0e26748af17cb12b7f9cd20c9 (patch) | |
tree | 011cb21aba78a18e90f1c4b0a2bf5810c8c0aeeb /src/inputmanager.h | |
parent | 8d276b3f5707035600c051d1746697cf7d815140 (diff) | |
download | plus-c47ef8b3f2ec6ea0e26748af17cb12b7f9cd20c9.tar.gz plus-c47ef8b3f2ec6ea0e26748af17cb12b7f9cd20c9.tar.bz2 plus-c47ef8b3f2ec6ea0e26748af17cb12b7f9cd20c9.tar.xz plus-c47ef8b3f2ec6ea0e26748af17cb12b7f9cd20c9.zip |
Improve some other files.
Diffstat (limited to 'src/inputmanager.h')
-rw-r--r-- | src/inputmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputmanager.h b/src/inputmanager.h index a5325e357..da3095c81 100644 --- a/src/inputmanager.h +++ b/src/inputmanager.h @@ -126,7 +126,7 @@ class InputManager final void unassignKey(); - bool isActionActive(const int index) const A_WARN_UNUSED; + static bool isActionActive(const int index) A_WARN_UNUSED; /** * Set the index of the new key to be assigned. |