From c2efedab22275302f0a10cc197424d345a021d18 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Jun 2012 20:13:48 +0300 Subject: Replace SDL int types to C++ types. --- 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 4fc1bdc51..fec264da0 100644 --- a/src/keyboardconfig.h +++ b/src/keyboardconfig.h @@ -96,9 +96,9 @@ class KeyboardConfig private: bool mEnabled; /**< Flag to respond to key input */ - Uint8 *mActiveKeys; /**< Stores a list of all the keys */ + uint8_t *mActiveKeys; /**< Stores a list of all the keys */ - Uint8 *mActiveKeys2; /**< Stores a list of all the keys */ + uint8_t *mActiveKeys2; /**< Stores a list of all the keys */ KeyToActionMap mKeyToAction; -- cgit v1.2.3-60-g2f50