Adress warning

This commit is contained in:
Andreas Fabri 2023-12-01 11:20:12 +00:00
parent c018e0fe7c
commit f9e405f004
1 changed files with 1 additions and 1 deletions

View File

@ -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(); }
};