1
0
Fork 0
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:
cc9cii 2015-06-25 19:25:47 +10:00
parent b1f07ba4fb
commit 58923591cb

View file

@ -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);
};
}