diff --git a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h index 7beecb3ff6d..139c3ffe09a 100644 --- a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h +++ b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h @@ -39,7 +39,7 @@ template class Gps_polygon_simplifier { typedef Arrangement_ Arrangement_2; - typedef typename Arrangement_2::Traits_2 Traits_2; + typedef typename Arrangement_2::Geometry_traits_2 Traits_2; typedef typename Traits_2::Curve_const_iterator Curve_const_iterator; typedef typename Traits_2::Polygon_2 Polygon_2; typedef typename Traits_2::Polygon_with_holes_2 Polygon_with_holes_2;