Skip to content

Commit

Permalink
Adress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Dec 1, 2023
1 parent c018e0f commit f9e405f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(); }
};


Expand Down

0 comments on commit f9e405f

Please sign in to comment.