correct wrong typedef

This commit is contained in:
Sébastien Loriot 2012-03-23 16:29:54 +00:00
parent e6008e4731
commit ecf6aa105a
1 changed files with 1 additions and 1 deletions

View File

@ -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);