ENGINES: Adding override keyword to hasFeature methods
This commit is contained in:
parent
9f8c45ac4e
commit
5b80320525
102 changed files with 102 additions and 102 deletions
|
@ -72,7 +72,7 @@ public:
|
|||
}
|
||||
|
||||
virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const;
|
||||
virtual bool hasFeature(MetaEngineFeature f) const;
|
||||
virtual bool hasFeature(MetaEngineFeature f) const override;
|
||||
virtual SaveStateList listSaves(const char *target) const;
|
||||
virtual int getMaximumSaveSlot() const;
|
||||
virtual void removeSaveState(const char *target, int slot) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue