summaryrefslogtreecommitdiff
path: root/src/utils/sdlhelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/sdlhelper.cpp')
-rw-r--r--src/utils/sdlhelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/sdlhelper.cpp b/src/utils/sdlhelper.cpp
index 5b640f570..691a5238e 100644
--- a/src/utils/sdlhelper.cpp
+++ b/src/utils/sdlhelper.cpp
@@ -95,7 +95,7 @@ bool SDL::getWindowWMInfo(SDL_Surface *const window A_UNUSED,
return SDL_GetWMInfo(info);
}
-SDL_Thread *SDL::createThread(SDL_ThreadFunction fn,
+SDL_Thread *SDL::createThread(int (SDLCALL *fn)(void *),
const char *name A_UNUSED, void *data)
{
return SDL_CreateThread(fn, data);