fixed build issue

This commit is contained in:
Luigi Malomo 2017-09-21 15:14:45 +02:00
parent e7add6c9b0
commit 52ab8a56a5
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ void VEEdgeSplit(MeshType &poly, typename MeshType::EdgeType *e, typename MeshTy
edge::VEDetach(*e,1);
e->V(1) = &v;
edge::VEAppend(e,1);
tri::Allocator<MeshType>:: template PointerUpdater<typename MeshType::EdgePointer> pu;
typename tri::Allocator<MeshType>::template PointerUpdater<typename MeshType::EdgePointer> pu;
typename MeshType::EdgeIterator ei = tri::Allocator<MeshType>::AddEdges(poly, 1, pu);
pu.Update(e);
ei->ImportData(*e);