Declare 'SDG_hierarchy_2::nearest_neighbor()' const

This commit is contained in:
Andreas Fabri 2016-02-27 08:19:16 +01:00
parent e4bfb46bcd
commit a7d82f70a5
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ public:
Vertex_handle nearest_neighbor(const Point_2& p,
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);
}