[Lemon-commits] Balazs Dezso: Fix missing semicolon in GRAPH_TYP...

Lemon HG hg at lemon.cs.elte.hu
Wed Apr 23 16:37:54 CEST 2008


details:   http://lemon.cs.elte.hu/hg/lemon/rev/7c39a090cfc3
changeset: 147:7c39a090cfc3
user:      Balazs Dezso <deba [at] inf.elte.hu>
date:      Wed Apr 23 15:33:53 2008 +0200
description:
	Fix missing semicolon in GRAPH_TYPEDEFS (ticket #89)

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
lemon/graph_utils.h |    2 +-

diffs (12 lines):

diff -r 4b42aa24ce12 -r 7c39a090cfc3 lemon/graph_utils.h
--- a/lemon/graph_utils.h	Tue Apr 22 22:39:57 2008 +0200
+++ b/lemon/graph_utils.h	Wed Apr 23 15:33:53 2008 +0200
@@ -164,7 +164,7 @@
   typedef typename ::lemon::_graph_utils_bits::				\
   EdgeIt<Graph>::type EdgeIt;						\
   typedef typename ::lemon::_graph_utils_bits::				\
-  IncEdgeIt<Graph>::type IncEdgeIt					\
+  IncEdgeIt<Graph>::type IncEdgeIt;					\
   typedef typename ::lemon::_graph_utils_bits::				\
   BoolEdgeMap<Graph>::type BoolEdgeMap;					\
   typedef typename ::lemon::_graph_utils_bits::				\



More information about the Lemon-commits mailing list