diff -r 73f8030f0c72 -r 3c94c559f5c2 include/SDL_hints.h --- a/include/SDL_hints.h Sat Feb 12 11:43:22 2011 -0800 +++ b/include/SDL_hints.h Sat Feb 12 12:04:00 2011 -0800 @@ -154,7 +154,7 @@ * * This function is called during SDL_Quit() to free stored hints. */ -extern DECLSPEC void SDLCALL SDL_ClearHints(); +extern DECLSPEC void SDLCALL SDL_ClearHints(void); /* Ends C function definitions when using C++ */