diff -r 0759d974de81 -r 4add05447ca0 lemon/list_graph.h --- a/lemon/list_graph.h Sun Jan 05 22:24:56 2014 +0100 +++ b/lemon/list_graph.h Tue Apr 14 08:39:40 2015 +0200 @@ -1209,7 +1209,7 @@ /// ListGraph() {} - typedef Parent::OutArcIt IncEdgeIt; + typedef Parent::IncEdgeIt IncEdgeIt; /// \brief Add a new node to the graph. /// @@ -2136,7 +2136,7 @@ /// ListBpGraph() {} - typedef Parent::OutArcIt IncEdgeIt; + typedef Parent::IncEdgeIt IncEdgeIt; /// \brief Add a new red node to the graph. ///