From 07390a4c8dcde85602c1a91d3773061d67d169ab Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 22 Aug 2013 11:35:54 +0300 Subject: add some more fixes for SDL2 compilation. --- src/keyboardconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/keyboardconfig.h') diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h index 0dbf19453..224391cdc 100644 --- a/src/keyboardconfig.h +++ b/src/keyboardconfig.h @@ -104,9 +104,9 @@ class KeyboardConfig final void resetRepeat(const int key); private: - bool mEnabled; /**< Flag to respond to key input */ + bool mEnabled; /**< Flag to respond to key input */ - uint8_t *mActiveKeys; /**< Stores a list of all the keys */ + const uint8_t *mActiveKeys; /**< Stores a list of all the keys */ uint8_t *mActiveKeys2; /**< Stores a list of all the keys */ -- cgit v1.2.3-70-g09d2