Ported to new AOS

This commit is contained in:
Efi Fogel 2007-11-28 17:39:33 +00:00
parent e4b4ba10ae
commit 828bf3fd8a
1 changed files with 4 additions and 3 deletions

View File

@ -130,9 +130,10 @@ typedef Double_kernel::Point_2 Double_point_2;
typedef CGAL::Polygon_2<Double_kernel> Polygon_2;
template<class Arrangement, class OutputIterator>
class Faces_visitor : public CGAL::_Arr_default_overlay_traits<Arrangement,
Arrangement,
Arrangement>
class Faces_visitor :
public CGAL::Arr_overlay_traits_2<typename Arrangement::Geometry_traits_2,
Arrangement,
Arrangement>
{
private:
typedef typename Arrangement::Vertex_const_handle V_const_handle;