summaryrefslogtreecommitdiff
path: root/src/input/inputmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/inputmanager.h')
-rw-r--r--src/input/inputmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/inputmanager.h b/src/input/inputmanager.h
index b32c0f37e..09ce00fed 100644
--- a/src/input/inputmanager.h
+++ b/src/input/inputmanager.h
@@ -144,7 +144,7 @@ class InputManager final
const std::string &args,
ChatTab *const tab);
- void addChatCommands(std::list<std::string> &arr);
+ void addChatCommands(std::list<std::string> &restrict arr) restrict;
protected:
void resetKey(const InputActionT i);