From 81024f23d9bb0329dcf293455405fefa1dcd67a0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 25 Oct 2013 16:21:10 +0300 Subject: fix compilation with SDL2. --- src/render/sdl2softwaregraphics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/render/sdl2softwaregraphics.h b/src/render/sdl2softwaregraphics.h index eb97cf4de..ab71f33e4 100644 --- a/src/render/sdl2softwaregraphics.h +++ b/src/render/sdl2softwaregraphics.h @@ -129,7 +129,7 @@ class SDL2SoftwareGraphics : public Graphics void drawRectangle(const gcn::Rectangle &rect) override final; - void drawPoint(int x, int y) override final override final; + void drawPoint(int x, int y) override final; void drawLine(int x1, int y1, int x2, int y2) override final; @@ -155,7 +155,7 @@ class SDL2SoftwareGraphics : public Graphics int SDL_FakeUpperBlit(const SDL_Surface *const src, SDL_Rect *const srcrect, const SDL_Surface *const dst, - SDL_Rect *dstrect) const override final; + SDL_Rect *dstrect) const; void drawHLine(int x1, int y, int x2); -- cgit v1.2.3-60-g2f50