diff --git a/BGL/include/CGAL/boost/graph/iterator.h b/BGL/include/CGAL/boost/graph/iterator.h index 5b19c632898..c52a3e50cf7 100644 --- a/BGL/include/CGAL/boost/graph/iterator.h +++ b/BGL/include/CGAL/boost/graph/iterator.h @@ -594,7 +594,7 @@ class Halfedge_around_target_circulator { public: #ifndef DOXYGEN_RUNNING typedef typename boost::graph_traits::halfedge_descriptor halfedge_descriptor; - typedef typename boost::graph_traits::halfedge_descriptor vertex_descriptor; + typedef typename boost::graph_traits::vertex_descriptor vertex_descriptor; typedef Bidirectional_circulator_tag iterator_category; typedef halfedge_descriptor value_type; typedef value_type* pointer;