diff options
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 0c78e1e09..374b402fb 100644 --- a/src/inputmanager.h +++ b/src/inputmanager.h @@ -146,7 +146,7 @@ class InputManager int mNewKeyIndex; /**< Index of new key to be assigned */ - KeyFunction mKey[Input::KEY_TOTAL]; /**< Pointer to all the key data */ + KeyFunction mKey[Input::KEY_TOTAL]; /**< Pointer to all the key data */ }; extern InputManager inputManager; |