diff --git a/src/xrAICore/Navigation/builder_allocator_constructor.h b/src/xrAICore/Navigation/builder_allocator_constructor.h index d01376e9d99..1b2712cc085 100644 --- a/src/xrAICore/Navigation/builder_allocator_constructor.h +++ b/src/xrAICore/Navigation/builder_allocator_constructor.h @@ -9,30 +9,28 @@ #pragma once template < - typename _path_builder, - typename _vertex_allocator + template class _vertex, + typename _path_builder, + typename _vertex_allocator > -struct CBuilderAllocatorConstructor { - template