mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-03 12:45:38 +00:00
explicit instantiation error fix
This commit is contained in:
parent
27cc7a5172
commit
9c7835e27f
1 changed files with 1 additions and 1 deletions
|
@ -1107,7 +1107,7 @@ template class MWWorld::Store<ESM::Clothing>;
|
|||
template class MWWorld::Store<ESM::Container>;
|
||||
template class MWWorld::Store<ESM::Creature>;
|
||||
template class MWWorld::Store<ESM::CreatureLevList>;
|
||||
template class MWWorld::Store<ESM::Dialogue>;
|
||||
//template class MWWorld::Store<ESM::Dialogue>;
|
||||
template class MWWorld::Store<ESM::Door>;
|
||||
template class MWWorld::Store<ESM::Enchantment>;
|
||||
template class MWWorld::Store<ESM::Faction>;
|
||||
|
|
Loading…
Reference in a new issue