mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Fix template closer
This commit is contained in:
parent
cfcaf4528f
commit
f77ae711e4
@ -11,7 +11,7 @@ namespace CSMWorld
|
|||||||
struct Cell;
|
struct Cell;
|
||||||
template<typename T>
|
template<typename T>
|
||||||
struct IdAccessor;
|
struct IdAccessor;
|
||||||
template<typename T, typename AT = IdAccessor<T>>
|
template<typename T, typename AT = IdAccessor<T> >
|
||||||
class IdCollection;
|
class IdCollection;
|
||||||
|
|
||||||
/// \brief Wrapper for Pathgrid record
|
/// \brief Wrapper for Pathgrid record
|
||||||
|
@ -11,7 +11,7 @@ namespace CSMWorld
|
|||||||
struct Cell;
|
struct Cell;
|
||||||
template<typename T>
|
template<typename T>
|
||||||
struct IdAccessor;
|
struct IdAccessor;
|
||||||
template<typename T, typename AT = IdAccessor<T>>
|
template<typename T, typename AT = IdAccessor<T> >
|
||||||
class IdCollection;
|
class IdCollection;
|
||||||
|
|
||||||
/// \brief Single type collection of top level records that are associated with cells
|
/// \brief Single type collection of top level records that are associated with cells
|
||||||
|
Loading…
x
Reference in New Issue
Block a user