From 3c0cb0e058324ee1d3116017f14387e9a6004442 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Fri, 3 Jun 2011 11:19:20 -0600 Subject: Replace SDL_types.h with cstdint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This required moving to C++0x, so it does that too, and fixes a few errors with that. Reviewed-by: Thorbjørn Lindeijer --- src/keyboardconfig.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/keyboardconfig.h') diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h index aaeb82a2..945011a8 100644 --- a/src/keyboardconfig.h +++ b/src/keyboardconfig.h @@ -21,8 +21,7 @@ #ifndef KEYBOARDCONFIG_H #define KEYBOARDCONFIG_H -#include - +#include #include /** @@ -228,7 +227,7 @@ class KeyboardConfig KeyFunction mKey[KEY_TOTAL]; /**< Pointer to all the key data */ - Uint8 *mActiveKeys; /**< Stores a list of all the keys */ + uint8_t *mActiveKeys; /**< Stores a list of all the keys */ std::string mBindError; }; -- cgit v1.2.3-70-g09d2