ENGINES: Adding override keyword to hasFeature methods

This commit is contained in:
Paul Gilbert 2020-02-04 20:03:51 -08:00
parent 9f8c45ac4e
commit 5b80320525
102 changed files with 102 additions and 102 deletions

View file

@ -149,7 +149,7 @@ public:
}
bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *gd) const;
bool hasFeature(MetaEngineFeature f) const;
bool hasFeature(MetaEngineFeature f) const override;
int getMaximumSaveSlot() const;
SaveStateList listSaves(const char *target) const;