From 30234728d66f1051c35ee9b543457d8e6e14037a Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sun, 11 Aug 2019 12:42:56 +0100 Subject: SDL: Removed invalid override from getGraphicsScalerProc() --- backends/graphics/surfacesdl/surfacesdl-graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends') diff --git a/backends/graphics/surfacesdl/surfacesdl-graphics.h b/backends/graphics/surfacesdl/surfacesdl-graphics.h index 68d0cd2b07..10054605a7 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 -- cgit v1.2.3