mirror of https://github.com/CGAL/cgal
Add missing CGAL:: qualifications required by g++ 4.3
This commit is contained in:
parent
7c45de9993
commit
54bafcf4c4
|
|
@ -327,7 +327,7 @@ public:
|
|||
typedef typename std::list<Object_handle>::iterator
|
||||
Object_list_iterator;
|
||||
|
||||
typedef Vertex_point<Point_3,Vertex_handle> Vertex_point;
|
||||
typedef CGAL::Vertex_point<Point_3,Vertex_handle> Vertex_point;
|
||||
typedef std::pair<Vertex_point,Vertex_point> Vertex_segment;
|
||||
typedef std::list<Vertex_segment> Segment_list;
|
||||
typedef typename Segment_list::iterator Segment_iterator;
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ public:
|
|||
typedef SM_const_decorator Explorer;
|
||||
typedef Decorator_ Decorator;
|
||||
typedef SM_triangulator<Decorator_> Self;
|
||||
typedef SM_point_locator<SM_const_decorator> SM_point_locator;
|
||||
typedef CGAL::SM_point_locator<SM_const_decorator> SM_point_locator;
|
||||
|
||||
typedef typename SM_const_decorator::SVertex_const_handle SVertex_const_handle;
|
||||
typedef typename SM_const_decorator::SHalfedge_const_handle SHalfedge_const_handle;
|
||||
|
|
|
|||
Loading…
Reference in New Issue