mirror of https://github.com/CGAL/cgal
Declare 'SDG_hierarchy_2::nearest_neighbor()' const
This commit is contained in:
parent
e4bfb46bcd
commit
a7d82f70a5
|
|
@ -406,7 +406,7 @@ public:
|
||||||
Vertex_handle nearest_neighbor(const Point_2& p,
|
Vertex_handle nearest_neighbor(const Point_2& p,
|
||||||
bool force_point = false) const;
|
bool force_point = false) const;
|
||||||
|
|
||||||
Vertex_handle nearest_neighbor(const Point_2& p, Vertex_handle)
|
Vertex_handle nearest_neighbor(const Point_2& p, Vertex_handle) const
|
||||||
{
|
{
|
||||||
return nearest_neighbor(p);
|
return nearest_neighbor(p);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue