summaryrefslogtreecommitdiff
path: root/src/keyboardconfig.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-01-25 15:41:57 +0100
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-01-25 15:41:57 +0100
commit2c51c98625b225cecfb9628c30d62d4e30f7e3e1 (patch)
tree5f8f85a40785439b6a9ea249a75e81e26d1b44f1 /src/keyboardconfig.h
parent8fdbae08d7f269c72889f89b56493071a2279350 (diff)
downloadmana-client-2c51c98625b225cecfb9628c30d62d4e30f7e3e1.tar.gz
mana-client-2c51c98625b225cecfb9628c30d62d4e30f7e3e1.tar.bz2
mana-client-2c51c98625b225cecfb9628c30d62d4e30f7e3e1.tar.xz
mana-client-2c51c98625b225cecfb9628c30d62d4e30f7e3e1.zip
Ported to SDL2
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r--src/keyboardconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h
index 34aad4c4..03f39551 100644
--- a/src/keyboardconfig.h
+++ b/src/keyboardconfig.h
@@ -229,7 +229,7 @@ class KeyboardConfig
KeyFunction mKey[KEY_TOTAL]; /**< Pointer to all the key data */
- uint8_t *mActiveKeys; /**< Stores a list of all the keys */
+ const uint8_t *mActiveKeys; /**< Stores a list of all the keys */
std::string mBindError;
};