# HG changeset patch # User Alpar Juttner # Date 1557920479 -7200 # Node ID ed2c21cbd6ef8c3633e9edca47a61a26012dda36 # Parent 332eab7995feb21bda0f335e7038e48b15eeeaef Backport relevant part of bugfix [4add05447ca0] to branch 1.3 (#623) diff -r 332eab7995fe -r ed2c21cbd6ef lemon/list_graph.h --- a/lemon/list_graph.h Thu Nov 01 19:49:08 2018 +0100 +++ b/lemon/list_graph.h Wed May 15 13:41:19 2019 +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. ///