diff options
Diffstat (limited to 'src/utils/sdlhelper.h')
-rw-r--r-- | src/utils/sdlhelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/sdlhelper.h b/src/utils/sdlhelper.h index e09e05b7b..70f266788 100644 --- a/src/utils/sdlhelper.h +++ b/src/utils/sdlhelper.h @@ -53,7 +53,7 @@ namespace SDL bool getWindowWMInfo(SDL_Surface *const window A_UNUSED, SDL_SysWMinfo *const info); - SDL_Thread *createThread(SDL_ThreadFunction fn, + SDL_Thread *createThread(int (SDLCALL *fn)(void *), const char *name A_UNUSED, void *data); } // namespace SDL |