aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/surfacesdl
diff options
context:
space:
mode:
authorrsn88872018-01-17 19:06:12 -0600
committerrsn88872018-01-17 19:06:12 -0600
commit3978a82650aae001850c486de5e9b50801e1f3cc (patch)
tree5f2ee9479e5fbc14dfa444874925e3a1d268a764 /backends/graphics/surfacesdl
parent6f2a8bdbca43b003a66e405f9f5ab8e3a46bd893 (diff)
downloadscummvm-rg350-3978a82650aae001850c486de5e9b50801e1f3cc.tar.gz
scummvm-rg350-3978a82650aae001850c486de5e9b50801e1f3cc.tar.bz2
scummvm-rg350-3978a82650aae001850c486de5e9b50801e1f3cc.zip
SURFACESDL: Remove erroneous override declarations
Diffstat (limited to 'backends/graphics/surfacesdl')
-rw-r--r--backends/graphics/surfacesdl/surfacesdl-graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/graphics/surfacesdl/surfacesdl-graphics.h b/backends/graphics/surfacesdl/surfacesdl-graphics.h
index c6c2f35fae..9e8e75772d 100644
--- a/backends/graphics/surfacesdl/surfacesdl-graphics.h
+++ b/backends/graphics/surfacesdl/surfacesdl-graphics.h
@@ -187,8 +187,8 @@ protected:
void deinitializeRenderer();
void recreateScreenTexture();
- virtual SDL_Surface *SDL_SetVideoMode(int width, int height, int bpp, Uint32 flags) override;
- virtual void SDL_UpdateRects(SDL_Surface *screen, int numrects, SDL_Rect *rects) override;
+ virtual SDL_Surface *SDL_SetVideoMode(int width, int height, int bpp, Uint32 flags);
+ virtual void SDL_UpdateRects(SDL_Surface *screen, int numrects, SDL_Rect *rects);
#endif
/** Unseen game screen */