mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-01 04:11:34 +00:00
Remove extra qualification.
This commit is contained in:
parent
b1f07ba4fb
commit
58923591cb
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ namespace MWWorld
|
|||
|
||||
virtual const ESM::MagicEffect* findMagicEffect(int id) const;
|
||||
|
||||
virtual void MWStore::getSpells(std::vector<ESM::Spell*>& spells);
|
||||
virtual void getSpells(std::vector<ESM::Spell*>& spells);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue