Add missing CGAL:: qualifications required by g++ 4.3

This commit is contained in:
Sylvain Pion 2007-03-05 16:20:47 +00:00
parent 7c45de9993
commit 54bafcf4c4
2 changed files with 2 additions and 2 deletions

View File

@ -327,7 +327,7 @@ public:
typedef typename std::list<Object_handle>::iterator typedef typename std::list<Object_handle>::iterator
Object_list_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::pair<Vertex_point,Vertex_point> Vertex_segment;
typedef std::list<Vertex_segment> Segment_list; typedef std::list<Vertex_segment> Segment_list;
typedef typename Segment_list::iterator Segment_iterator; typedef typename Segment_list::iterator Segment_iterator;

View File

@ -118,7 +118,7 @@ public:
typedef SM_const_decorator Explorer; typedef SM_const_decorator Explorer;
typedef Decorator_ Decorator; typedef Decorator_ Decorator;
typedef SM_triangulator<Decorator_> Self; 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::SVertex_const_handle SVertex_const_handle;
typedef typename SM_const_decorator::SHalfedge_const_handle SHalfedge_const_handle; typedef typename SM_const_decorator::SHalfedge_const_handle SHalfedge_const_handle;