This commit is contained in:
Andreas Fabri 2014-05-28 12:15:58 +02:00
parent 0e02466b2b
commit 91bbc88c86
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ class Halfedge_around_target_circulator {
public:
#ifndef DOXYGEN_RUNNING
typedef typename boost::graph_traits<Graph>::halfedge_descriptor halfedge_descriptor;
typedef typename boost::graph_traits<Graph>::halfedge_descriptor vertex_descriptor;
typedef typename boost::graph_traits<Graph>::vertex_descriptor vertex_descriptor;
typedef Bidirectional_circulator_tag iterator_category;
typedef halfedge_descriptor value_type;
typedef value_type* pointer;