mirror of https://github.com/CGAL/cgal
fix Nef_2
This commit is contained in:
parent
6596ba981c
commit
91a1603ead
|
|
@ -300,7 +300,6 @@ public:
|
||||||
Isolated_vertex_iterator() : Ibase() {}
|
Isolated_vertex_iterator() : Ibase() {}
|
||||||
Isolated_vertex_iterator(const Ibase& b) : Ibase(b) {}
|
Isolated_vertex_iterator(const Ibase& b) : Ibase(b) {}
|
||||||
|
|
||||||
: Ibase(i) {}
|
|
||||||
operator Vertex_handle() const { return Ibase::operator*(); }
|
operator Vertex_handle() const { return Ibase::operator*(); }
|
||||||
Vertex& operator*() { return *(Ibase::operator*()); }
|
Vertex& operator*() { return *(Ibase::operator*()); }
|
||||||
Vertex_handle operator->() { return Ibase::operator*(); }
|
Vertex_handle operator->() { return Ibase::operator*(); }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue