mirror of https://github.com/CGAL/cgal
add missing const
This commit is contained in:
parent
1098d6fd95
commit
7e6d750af9
|
|
@ -168,7 +168,7 @@ exact_num_faces(const Graph& g)
|
|||
template<typename Graph>
|
||||
bool
|
||||
is_isolated(typename boost::graph_traits<Graph>::vertex_descriptor v,
|
||||
Graph& g)
|
||||
const Graph& g)
|
||||
{
|
||||
return halfedge(v, g) == boost::graph_traits<Graph>::null_halfedge();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue