fix call to inherited function

This commit is contained in:
Sébastien Loriot 2016-07-04 11:35:52 +02:00
parent fbc4482761
commit e48bed20cc
2 changed files with 1 additions and 20987 deletions

View File

@ -901,7 +901,7 @@ remove_2D(Vertex_handle v)
}
else {
std::list<Edge> hole;
make_hole(v, hole);
this->make_hole(v, hole);
fill_hole_regular(hole);
}
return;

File diff suppressed because it is too large Load Diff