[Scummvm-git-logs] scummvm master -> 9165345a8cb291f6bbd1255420cb0c124ad66889
ccawley2011
ccawley2011 at gmail.com
Thu Jun 24 12:18:14 UTC 2021
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:
9165345a8c BACKENDS: Fix compiler warning
Commit: 9165345a8cb291f6bbd1255420cb0c124ad66889
https://github.com/scummvm/scummvm/commit/9165345a8cb291f6bbd1255420cb0c124ad66889
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-06-24T13:17:58+01:00
Commit Message:
BACKENDS: Fix compiler warning
Changed paths:
backends/modular-backend.h
diff --git a/backends/modular-backend.h b/backends/modular-backend.h
index ca4a8309ff..0bde48e189 100644
--- a/backends/modular-backend.h
+++ b/backends/modular-backend.h
@@ -78,6 +78,7 @@ public:
virtual int getStretchMode() const override final;
virtual uint getDefaultScaler() const override final;
virtual uint getDefaultScaleFactor() const override final;
+ using BaseBackend::setScaler;
virtual bool setScaler(uint mode, int factor) override final;
virtual uint getScaler() const override final;
#ifdef USE_RGB_COLOR
More information about the Scummvm-git-logs
mailing list