diff --git a/apps/opencs/model/world/pathgrid.hpp b/apps/opencs/model/world/pathgrid.hpp index 7ce5aff8c..f13ad38c0 100644 --- a/apps/opencs/model/world/pathgrid.hpp +++ b/apps/opencs/model/world/pathgrid.hpp @@ -11,7 +11,7 @@ namespace CSMWorld struct Cell; template struct IdAccessor; - template> + template > class IdCollection; /// \brief Wrapper for Pathgrid record diff --git a/apps/opencs/model/world/subcellcollection.hpp b/apps/opencs/model/world/subcellcollection.hpp index 2100df4f4..4ed4308ea 100644 --- a/apps/opencs/model/world/subcellcollection.hpp +++ b/apps/opencs/model/world/subcellcollection.hpp @@ -11,7 +11,7 @@ namespace CSMWorld struct Cell; template struct IdAccessor; - template> + template > class IdCollection; /// \brief Single type collection of top level records that are associated with cells