lemon/list_graph.h
changeset 1131 4add05447ca0
parent 1130 0759d974de81
child 1149 3ec484b11733
     1.1 --- a/lemon/list_graph.h	Sun Jan 05 22:24:56 2014 +0100
     1.2 +++ b/lemon/list_graph.h	Tue Apr 14 08:39:40 2015 +0200
     1.3 @@ -1209,7 +1209,7 @@
     1.4      ///
     1.5      ListGraph() {}
     1.6  
     1.7 -    typedef Parent::OutArcIt IncEdgeIt;
     1.8 +    typedef Parent::IncEdgeIt IncEdgeIt;
     1.9  
    1.10      /// \brief Add a new node to the graph.
    1.11      ///
    1.12 @@ -2136,7 +2136,7 @@
    1.13      ///
    1.14      ListBpGraph() {}
    1.15  
    1.16 -    typedef Parent::OutArcIt IncEdgeIt;
    1.17 +    typedef Parent::IncEdgeIt IncEdgeIt;
    1.18  
    1.19      /// \brief Add a new red node to the graph.
    1.20      ///