mirror of https://github.com/CGAL/cgal
Adress warning
This commit is contained in:
parent
c018e0fe7c
commit
f9e405f004
|
|
@ -19,7 +19,7 @@ struct Project {
|
|||
typedef Vertex_handle argument_type;
|
||||
typedef const Point_3& Point;
|
||||
typedef Point result_type;
|
||||
const Point& operator()( Vertex_handle v) const { return v->point(); }
|
||||
Point operator()( Vertex_handle v) const { return v->point(); }
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue