fix the use of reference type

This commit is contained in:
Jane Tournois 2022-04-29 15:43:19 +02:00
parent a547404f8c
commit 56b03c8abf
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ TriangleMesh surface_Delaunay_remeshing(const TriangleMesh& tmesh
NamedParameters,
std::vector<std::vector<Point_3> > // default
>::reference;
const Polylines& polylines
const Polylines polylines
= choose_parameter(get_parameter_reference(np, internal_np::polyline_constraints),
std::vector<std::vector<Point_3> >());