diff --git a/apps/openmw/mwworld/esmstore.hpp b/apps/openmw/mwworld/esmstore.hpp index c6b7050600..2c07f4c2e4 100644 --- a/apps/openmw/mwworld/esmstore.hpp +++ b/apps/openmw/mwworld/esmstore.hpp @@ -285,12 +285,12 @@ namespace MWWorld /// @return The shared spell list to use for this actor and whether or not it has already been initialized. std::pair, bool> getSpellList(const std::string& id) const; - template <> - const ESM::Cell* insert(const ESM::Cell& cell); - - template <> - const ESM::NPC* insert(const ESM::NPC& npc); }; + template <> + const ESM::Cell* ESMStore::insert(const ESM::Cell& cell); + + template <> + const ESM::NPC* ESMStore::insert(const ESM::NPC& npc); } #endif