mirror of https://github.com/CGAL/cgal
fix warning
This commit is contained in:
parent
38d7284522
commit
a7511068ef
|
|
@ -168,7 +168,7 @@ protected:
|
||||||
|
|
||||||
template <typename Visitor>
|
template <typename Visitor>
|
||||||
Constraint_id insert_constrained_edge_impl(Vertex_handle va, Vertex_handle vb,
|
Constraint_id insert_constrained_edge_impl(Vertex_handle va, Vertex_handle vb,
|
||||||
Visitor& visitor) {
|
Visitor&) {
|
||||||
if(va != vb) {
|
if(va != vb) {
|
||||||
const Constraint_id c_id = constraint_hierarchy.insert_constraint(va, vb);
|
const Constraint_id c_id = constraint_hierarchy.insert_constraint(va, vb);
|
||||||
// traverse all the vertices along [va, vb] and add pairs of consecutive
|
// traverse all the vertices along [va, vb] and add pairs of consecutive
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue