Tiny varible name fix

This commit is contained in:
Mael Rouxel-Labbé 2019-12-13 11:12:18 +01:00
parent f82396ece2
commit af8ad79dcc
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ public:
typename boost::result_of<const typename Geom_traits::Construct_point_2(const P&)>::type
construct_point(const P& p) const { return geom_traits().construct_point_2_object()(p); }
const Point& point(Face_handle c, int i) const;
const Point& point(Face_handle f, int i) const;
const Point& point(Vertex_handle v) const;
Segment segment(Face_handle f, int i) const;