diff options
Diffstat (limited to 'src/utils/sdl2helper.h')
-rw-r--r-- | src/utils/sdl2helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/sdl2helper.h b/src/utils/sdl2helper.h index f8dd40270..869fc1d21 100644 --- a/src/utils/sdl2helper.h +++ b/src/utils/sdl2helper.h @@ -49,7 +49,7 @@ namespace SDL bool getWindowWMInfo(SDL_Window *const window, SDL_SysWMinfo *const info); SDL_Thread *createThread(SDL_ThreadFunction fn, - const char *name, void *data); + const char *const name, void *const data); } // namespace SDL #endif // USE_SDL2 |