[Scummvm-git-logs] scummvm master -> ef44cc55eec31693fc7c12937383ffc7672027fd

csnover csnover at users.noreply.github.com
Sun Oct 15 23:54:48 CEST 2017


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:
ef44cc55ee DINGUX: Really constify getFeatureState


Commit: ef44cc55eec31693fc7c12937383ffc7672027fd
    https://github.com/scummvm/scummvm/commit/ef44cc55eec31693fc7c12937383ffc7672027fd
Author: Colin Snover (github.com at zetafleet.com)
Date: 2017-10-15T16:54:24-05:00

Commit Message:
DINGUX: Really constify getFeatureState

Changed paths:
    backends/graphics/dinguxsdl/dinguxsdl-graphics.h


diff --git a/backends/graphics/dinguxsdl/dinguxsdl-graphics.h b/backends/graphics/dinguxsdl/dinguxsdl-graphics.h
index 89ee141..3a2a299 100644
--- a/backends/graphics/dinguxsdl/dinguxsdl-graphics.h
+++ b/backends/graphics/dinguxsdl/dinguxsdl-graphics.h
@@ -38,7 +38,7 @@ public:
 
 	bool hasFeature(OSystem::Feature f) const override;
 	void setFeatureState(OSystem::Feature f, bool enable) override;
-	bool getFeatureState(OSystem::Feature f) override;
+	bool getFeatureState(OSystem::Feature f) const override;
 	int getDefaultGraphicsMode() const override;
 
 	void initSize(uint w, uint h) override;





More information about the Scummvm-git-logs mailing list