From 0e5ad009d9d3bfde4b77f730bd18b110cae4019a Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 17 Jan 2013 11:54:14 +0000 Subject: [PATCH] Fix warning in SDL_keyboard.h --- include/SDL_keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_keyboard.h b/include/SDL_keyboard.h index 19ca8b4a5..b880b8634 100644 --- a/include/SDL_keyboard.h +++ b/include/SDL_keyboard.h @@ -193,7 +193,7 @@ extern DECLSPEC void SDLCALL SDL_SetTextInputRect(SDL_Rect *rect); * * \sa SDL_IsScreenKeyboardShown() */ -extern DECLSPEC SDL_bool SDLCALL SDL_HasScreenKeyboardSupport(); +extern DECLSPEC SDL_bool SDLCALL SDL_HasScreenKeyboardSupport(void); /** * \brief Returns whether the screen keyboard is shown for given window.