[Lemon-commits] Alpar Juttner: Backport relevant part of bugfix ...

Lemon HG hg at lemon.cs.elte.hu
Wed May 15 13:43:04 CEST 2019


details:   http://lemon.cs.elte.hu/hg/lemon/rev/ed2c21cbd6ef
changeset: 1425:ed2c21cbd6ef
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Wed May 15 13:41:19 2019 +0200
description:
	Backport relevant part of bugfix [4add05447ca0] to branch 1.3 (#623)

diffstat:

 lemon/list_graph.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff --git a/lemon/list_graph.h b/lemon/list_graph.h
--- a/lemon/list_graph.h
+++ b/lemon/list_graph.h
@@ -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.
     ///


More information about the Lemon-commits mailing list