diff --git a/include/SDL_thread.h b/include/SDL_thread.h index 8bc3e7f8d..ba5af31e2 100644 --- a/include/SDL_thread.h +++ b/include/SDL_thread.h @@ -200,7 +200,7 @@ extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread * thread, int *status); * \sa SDL_TLSGet() * \sa SDL_TLSSet() */ -extern DECLSPEC SDL_TLSID SDLCALL SDL_TLSCreate(); +extern DECLSPEC SDL_TLSID SDLCALL SDL_TLSCreate(void); /** * \brief Get the value associated with a thread local storage ID for the current thread.