summaryrefslogtreecommitdiff
path: root/src/render/sdl2graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/sdl2graphics.h')
-rw-r--r--src/render/sdl2graphics.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/sdl2graphics.h b/src/render/sdl2graphics.h
index c35e1067e..0e1801b0e 100644
--- a/src/render/sdl2graphics.h
+++ b/src/render/sdl2graphics.h
@@ -67,7 +67,8 @@ class SDLGraphics : public Graphics
const int width, const int height,
const int desiredWidth,
const int desiredHeight,
- const bool useColor = false) override final;
+ const bool useColor = false)
+ override final;
virtual void drawImagePattern(const Image *const image,
const int x, const int y,