mirror of https://github.com/CGAL/cgal
Added missing typename
This commit is contained in:
parent
8e51872825
commit
2d72fdbb2f
|
|
@ -42,7 +42,7 @@ namespace CGAL {
|
|||
public:
|
||||
typedef typename SearchTraits::FT FT;
|
||||
typedef std::list<Point_d*> Point_list;
|
||||
typedef Point_list::iterator iterator;
|
||||
typedef typename Point_list::iterator iterator;
|
||||
|
||||
private:
|
||||
Point_list p_list; // list of pointers to points
|
||||
|
|
|
|||
Loading…
Reference in New Issue