From 4bf1069cc8aae60530f1e01df9bdf1a1a00d4a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 18 May 2022 15:25:37 +0200 Subject: [PATCH] remove extra typename --- .../Shape_detection/Region_growing/internal/free_functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/free_functions.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/free_functions.h index fdb3fbd9a6d..2c6551e03d0 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/free_functions.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/free_functions.h @@ -97,7 +97,7 @@ OutputIterator region_growing_planes_polygon_mesh( using Kernel = typename Kernel_traits::Kernel; using Face_iterator = typename boost::graph_traits::face_iterator; - using Face_range = Iterator_range; + using Face_range = Iterator_range; using Neighbor_query = Polygon_mesh::One_ring_neighbor_query; using Region_type = Polygon_mesh::Least_squares_plane_fit_region;