mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-28 22:51:05 -04:00
Remove extra qualification.
This commit is contained in:
parent
b1f07ba4fb
commit
58923591cb
@ -27,7 +27,7 @@ namespace MWWorld
|
|||||||
|
|
||||||
virtual const ESM::MagicEffect* findMagicEffect(int id) const;
|
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…
x
Reference in New Issue
Block a user