diff options
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r-- | src/render/graphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h index 016f2c4ab..997ed2196 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -404,9 +404,9 @@ class Graphics notfinal #ifdef USE_OPENGL #ifdef USE_SDL2 - virtual void createGLContext() restrict2; + virtual void createGLContext(const bool custom) restrict2; #else - virtual void createGLContext() restrict2 A_CONST; + virtual void createGLContext(const bool custom) restrict2 A_CONST; #endif #endif |