diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h index 4d36cc20740..f3a7296c8dc 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h @@ -859,7 +859,7 @@ private: * - get_third() returning the third vertex of facet pointed by circulator * - edge_first() and edge_second() neighbor edges to get_third() vertex ************************************************************************/ - template + template void triangulate_DT(const Polyline_3& P, const Polyline_3& Q, LookupTable& W,