summaryrefslogtreecommitdiff
path: root/src/graphicsmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphicsmanager.h')
-rw-r--r--src/graphicsmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphicsmanager.h b/src/graphicsmanager.h
index 9033f7f63..2811bc0ec 100644
--- a/src/graphicsmanager.h
+++ b/src/graphicsmanager.h
@@ -78,8 +78,8 @@ class GraphicsManager final
static void setVideoMode();
- SDL_Window *createWindow(const int w, const int h,
- const int bpp, const int flags);
+ static SDL_Window *createWindow(const int w, const int h,
+ const int bpp, const int flags);
#ifdef USE_SDL2
SDL_Renderer *createRenderer(SDL_Window *const window,