mirror of https://github.com/CGAL/cgal
fix call to inherited function
This commit is contained in:
parent
fbc4482761
commit
e48bed20cc
|
|
@ -901,7 +901,7 @@ remove_2D(Vertex_handle v)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
std::list<Edge> hole;
|
std::list<Edge> hole;
|
||||||
make_hole(v, hole);
|
this->make_hole(v, hole);
|
||||||
fill_hole_regular(hole);
|
fill_hole_regular(hole);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue