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

@ -138,7 +138,7 @@ public:
return true;
}
virtual bool hasFeature(MetaEngineFeature f) const;
virtual bool hasFeature(MetaEngineFeature f) const override;
SaveStateList listSaves(const char *target) const;
virtual int getMaximumSaveSlot() const;
void removeSaveState(const char *target, int slot) const;