mirror of https://github.com/CGAL/cgal
add some missing CGAL:: for g++ 4.3
This commit is contained in:
parent
0e2b060a8d
commit
a805732eae
|
|
@ -51,7 +51,7 @@ public:
|
|||
typedef Dcel_ Dcel;
|
||||
typedef typename Traits_2::Polygon_2 Polygon_2;
|
||||
typedef typename Traits_2::Polygon_with_holes_2 Polygon_with_holes_2;
|
||||
typedef Arrangement_2<Traits_2, Dcel> Arrangement_2;
|
||||
typedef CGAL::Arrangement_2<Traits_2, Dcel> Arrangement_2;
|
||||
typedef std::size_t Size;
|
||||
|
||||
private:
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ protected:
|
|||
|
||||
typedef Kernel Basic_kernel;
|
||||
typedef NT Basic_NT;
|
||||
typedef Polygon_2<Kernel, Container_> Polygon_2;
|
||||
typedef CGAL::Polygon_2<Kernel, Container_> Polygon_2;
|
||||
|
||||
private:
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ class Minkowski_sum_by_convolution_2
|
|||
public:
|
||||
|
||||
typedef Kernel_ Kernel;
|
||||
typedef Polygon_2<Kernel, Container_> Polygon_2;
|
||||
typedef CGAL::Polygon_2<Kernel, Container_> Polygon_2;
|
||||
|
||||
private:
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ protected:
|
|||
|
||||
// Arrangement-related types:
|
||||
typedef Arr_face_extended_dcel<Traits_2, int> Dcel;
|
||||
typedef Arrangement_2<Traits_2, Dcel> Arrangement_2;
|
||||
typedef CGAL::Arrangement_2<Traits_2, Dcel> Arrangement_2;
|
||||
typedef typename Arrangement_2::Vertex_handle Vertex_handle;
|
||||
typedef typename Arrangement_2::Halfedge_handle Halfedge_handle;
|
||||
typedef typename Arrangement_2::Face_handle Face_handle;
|
||||
|
|
|
|||
Loading…
Reference in New Issue