diff options
Diffstat (limited to 'src/input/inputmanager.cpp')
-rw-r--r-- | src/input/inputmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/inputmanager.cpp b/src/input/inputmanager.cpp index c84044771..74515e21d 100644 --- a/src/input/inputmanager.cpp +++ b/src/input/inputmanager.cpp @@ -282,7 +282,7 @@ void InputManager::makeDefault(const int i) } } -bool InputManager::hasConflicts(int &key1, int &key2) const +bool InputManager::hasConflicts(int &restrict key1, int &restrict key2) const { /** * No need to parse the square matrix: only check one triangle |