Mark a method I missed out the first time as override

This commit is contained in:
AnyOldName3 2017-10-18 13:05:04 +01:00
parent 2aad5bed7a
commit 69da89be39

View file

@ -227,7 +227,7 @@ namespace MWWorld
virtual const MWWorld::ESMStore& getStore() const override;
virtual std::vector<ESM::ESMReader>& getEsmReader();
virtual std::vector<ESM::ESMReader>& getEsmReader() override;
virtual LocalScripts& getLocalScripts() override;