changing Traits_2 to Geometry_traits_2

This commit is contained in:
Ophir Setter 2009-02-18 17:24:02 +00:00
parent 2084564f4c
commit 28fb02a72e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ template <class Arrangement_>
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;