forked from teamnwah/openmw-tes3coop
Mark a method I missed out the first time as override
This commit is contained in:
parent
2aad5bed7a
commit
69da89be39
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue