mirror of https://github.com/CGAL/cgal
correct wrong typedef
This commit is contained in:
parent
e6008e4731
commit
ecf6aa105a
|
|
@ -49,7 +49,7 @@ Polyhedron_copy_3<Poly,HDS>:: operator()( HDS& target) {
|
||||||
typedef typename Poly::Vertex_const_iterator Vertex_const_iterator;
|
typedef typename Poly::Vertex_const_iterator Vertex_const_iterator;
|
||||||
typedef typename Poly::Facet_const_iterator Facet_const_iterator;
|
typedef typename Poly::Facet_const_iterator Facet_const_iterator;
|
||||||
typedef Inverse_index< Vertex_const_iterator> Index;
|
typedef Inverse_index< Vertex_const_iterator> Index;
|
||||||
typedef typename HDS::Point Point;
|
typedef typename HDS::Vertex::Point Point;
|
||||||
|
|
||||||
target.clear();
|
target.clear();
|
||||||
Polyhedron_incremental_builder_3<HDS> B( target);
|
Polyhedron_incremental_builder_3<HDS> B( target);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue