diff options
Diffstat (limited to 'src/utils/sdl2helper.h')
-rw-r--r-- | src/utils/sdl2helper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/sdl2helper.h b/src/utils/sdl2helper.h index b7ab35d84..0f8f7c6ff 100644 --- a/src/utils/sdl2helper.h +++ b/src/utils/sdl2helper.h @@ -54,7 +54,8 @@ namespace SDL void *createGLContext(SDL_Window *const window, const int major, - const int minor); + const int minor, + const int profile); void makeCurrentContext(void *const context); } // namespace SDL |