aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics
diff options
context:
space:
mode:
authorCameron Cawley2019-08-11 12:42:56 +0100
committerGitHub2019-08-11 12:42:56 +0100
commit30234728d66f1051c35ee9b543457d8e6e14037a (patch)
treea0b6684003cde666876f38158182d5a917cc6414 /backends/graphics
parent9b6461122e237a02a9cab6e7ee7a11b236f5d69f (diff)
downloadscummvm-rg350-30234728d66f1051c35ee9b543457d8e6e14037a.tar.gz
scummvm-rg350-30234728d66f1051c35ee9b543457d8e6e14037a.tar.bz2
scummvm-rg350-30234728d66f1051c35ee9b543457d8e6e14037a.zip
SDL: Removed invalid override from getGraphicsScalerProc()
Diffstat (limited to 'backends/graphics')
-rw-r--r--backends/graphics/surfacesdl/surfacesdl-graphics.h2
1 files changed, 1 insertions, 1 deletions
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