From 04729e8e34b7623a8a4590ae2cdddf00d38b68b9 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Wed, 3 Nov 2021 18:29:58 +0200 Subject: [PATCH] Renamed Construct_general_polygon_with_holes_2 => Construct_polygon_with_holes_2 --- Boolean_set_operations_2/include/CGAL/Gps_segment_traits_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Boolean_set_operations_2/include/CGAL/Gps_segment_traits_2.h b/Boolean_set_operations_2/include/CGAL/Gps_segment_traits_2.h index 71947eba0f9..190b7337ec5 100644 --- a/Boolean_set_operations_2/include/CGAL/Gps_segment_traits_2.h +++ b/Boolean_set_operations_2/include/CGAL/Gps_segment_traits_2.h @@ -168,7 +168,7 @@ public: Construct_polygon_with_holes_2 construct_polygon_with_holes_2_object() const { - return Construct_general_polygon_with_holes_2(); + return Construct_polygon_with_holes_2(); } //functor returns true if the outer boundary is unbounded, and false otherwise.