diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h index 4bf915c3aed4..e2e7d75e7fcb 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h @@ -938,7 +938,7 @@ void split(TriangleMesh& tm, const bool do_not_modify_splitter = choose_parameter(get_parameter(np_s, internal_np::do_not_modify), false); PMP::corefine(tm, splitter, - CGAL::parameters::vertex_point_map(vpm_tm).edge_is_constrained_map(ecm), + CGAL::parameters::vertex_point_map(vpm_tm).edge_is_constrained_map(ecm).visitor(uv), CGAL::parameters::vertex_point_map(vpm_s).do_not_modify(do_not_modify_splitter)); //split mesh along marked edges