summaryrefslogtreecommitdiff
path: root/src/keyboardconfig.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-01-26 10:13:40 +0100
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-01-26 10:13:40 +0100
commiteb2e62609992ab8b47f8805f2bc2cafce271b66f (patch)
tree58d6c387f910e3a3348a6528127f4216b524ec57 /src/keyboardconfig.h
parent05dc1666dc794ed6aa7f6568b768c652f8922c4e (diff)
parent8d06606835e3d01f537ebe96de8b216e64a1f969 (diff)
downloadmana-client-eb2e62609992ab8b47f8805f2bc2cafce271b66f.tar.gz
mana-client-eb2e62609992ab8b47f8805f2bc2cafce271b66f.tar.bz2
mana-client-eb2e62609992ab8b47f8805f2bc2cafce271b66f.tar.xz
mana-client-eb2e62609992ab8b47f8805f2bc2cafce271b66f.zip
Merge branch 'master' into lpc2012lpc2012
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 8c744123..cb58dd90 100644
--- a/src/keyboardconfig.h
+++ b/src/keyboardconfig.h
@@ -227,7 +227,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;
};