DINGUX: Really constify getFeatureState

This commit is contained in:
Colin Snover 2017-10-15 16:54:24 -05:00
parent 7aef79c421
commit ef44cc55ee

View File

@ -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;