1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

Fix template closer

This commit is contained in:
Alexander "Ace" Olofsson 2015-02-09 17:10:09 +01:00
parent cfcaf4528f
commit f77ae711e4
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ namespace CSMWorld
struct Cell;
template<typename T>
struct IdAccessor;
template<typename T, typename AT = IdAccessor<T>>
template<typename T, typename AT = IdAccessor<T> >
class IdCollection;
/// \brief Wrapper for Pathgrid record

View File

@ -11,7 +11,7 @@ namespace CSMWorld
struct Cell;
template<typename T>
struct IdAccessor;
template<typename T, typename AT = IdAccessor<T>>
template<typename T, typename AT = IdAccessor<T> >
class IdCollection;
/// \brief Single type collection of top level records that are associated with cells