mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 09:49:40 +00:00
Fix template closer
This commit is contained in:
parent
cfcaf4528f
commit
f77ae711e4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue