author | Sam Lantinga <slouken@libsdl.org> |
Thu, 29 Dec 2011 13:51:42 -0500 | |
changeset 6119 | 1865b52c093d |
parent 6116 | 66f48d6bf735 |
child 6120 | 9019aa36f081 |
--- a/include/SDL_timer.h Thu Dec 29 05:36:39 2011 -0500 +++ b/include/SDL_timer.h Thu Dec 29 13:51:42 2011 -0500 @@ -92,7 +92,7 @@ * * \warning It is not safe to remove a timer multiple times. */ -extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID t); +extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID id); /* Ends C function definitions when using C++ */