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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/keyboardconfig.cpp') diff --git a/src/keyboardconfig.cpp b/src/keyboardconfig.cpp index fe794cc02..390634b3c 100644 --- a/src/keyboardconfig.cpp +++ b/src/keyboardconfig.cpp @@ -49,7 +49,7 @@ void KeyboardConfig::init() mEnabled = true; if (mActiveKeys2) delete mActiveKeys2; - mActiveKeys2 = new Uint8[500]; + mActiveKeys2 = new uint8_t[500]; } int KeyboardConfig::getKeyValueFromEvent(const SDL_Event &event) const -- cgit v1.2.3-60-g2f50