From 91bbc88c86b29a4918496e2ed4840b8afeeda0f2 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 28 May 2014 12:15:58 +0200 Subject: [PATCH] bugfix --- BGL/include/CGAL/boost/graph/iterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;