[Scummvm-git-logs] scummvm master -> 30234728d66f1051c35ee9b543457d8e6e14037a

ccawley2011 ccawley2011 at gmail.com
Sun Aug 11 13:43:09 CEST 2019


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:
30234728d6 SDL: Removed invalid override from getGraphicsScalerProc()


Commit: 30234728d66f1051c35ee9b543457d8e6e14037a
    https://github.com/scummvm/scummvm/commit/30234728d66f1051c35ee9b543457d8e6e14037a
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-08-11T12:42:56+01:00

Commit Message:
SDL: Removed invalid override from getGraphicsScalerProc()

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 68d0cd2..1005460 100644
--- a/backends/graphics/surfacesdl/surfacesdl-graphics.h
+++ b/backends/graphics/surfacesdl/surfacesdl-graphics.h
@@ -189,7 +189,7 @@ protected:
 	virtual void handleResizeImpl(const int width, const int height) override;
 
 	virtual int getGraphicsModeScale(int mode) const override;
-	virtual ScalerProc *getGraphicsScalerProc(int mode) const override;
+	virtual ScalerProc *getGraphicsScalerProc(int mode) const;
 
 #if SDL_VERSION_ATLEAST(2, 0, 0)
 	/* SDL2 features a different API for 2D graphics. We create a wrapper





More information about the Scummvm-git-logs mailing list