diff options
Diffstat (limited to 'src/utils/sdlhelper.h')
-rw-r--r-- | src/utils/sdlhelper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/sdlhelper.h b/src/utils/sdlhelper.h index 92fcaba65..36616797e 100644 --- a/src/utils/sdlhelper.h +++ b/src/utils/sdlhelper.h @@ -59,7 +59,8 @@ namespace SDL void *createGLContext(SDL_Surface *const window A_UNUSED, const int major, - const int minor); + const int minor, + const int profile); void makeCurrentContext(void *const context); } // namespace SDL |