fix Nef_2

This commit is contained in:
Andreas Fabri 2019-01-18 09:44:58 +01:00
parent 6596ba981c
commit 91a1603ead
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@ public:
Isolated_vertex_iterator() : Ibase() {}
Isolated_vertex_iterator(const Ibase& b) : Ibase(b) {}
: Ibase(i) {}
operator Vertex_handle() const { return Ibase::operator*(); }
Vertex& operator*() { return *(Ibase::operator*()); }
Vertex_handle operator->() { return Ibase::operator*(); }