[Scummvm-git-logs] scummvm master -> 3978a82650aae001850c486de5e9b50801e1f3cc
rsn8887
rsn8887 at users.noreply.github.com
Thu Jan 18 02:06:57 CET 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
3978a82650 SURFACESDL: Remove erroneous override declarations
Commit: 3978a82650aae001850c486de5e9b50801e1f3cc
https://github.com/scummvm/scummvm/commit/3978a82650aae001850c486de5e9b50801e1f3cc
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2018-01-17T19:06:12-06:00
Commit Message:
SURFACESDL: Remove erroneous override declarations
Changed paths:
backends/graphics/surfacesdl/surfacesdl-graphics.h
diff --git a/backends/graphics/surfacesdl/surfacesdl-graphics.h b/backends/graphics/surfacesdl/surfacesdl-graphics.h
index c6c2f35..9e8e757 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 */
More information about the Scummvm-git-logs
mailing list