diff -r 558cc308a4bd -r cddae1c4fee6 lemon/max_matching.h --- a/lemon/max_matching.h Tue Nov 21 18:29:31 2006 +0000 +++ b/lemon/max_matching.h Fri Nov 24 14:24:43 2006 +0000 @@ -66,7 +66,7 @@ typedef typename Graph::IncEdgeIt IncEdgeIt; typedef typename Graph::template NodeMap UFECrossRef; - typedef UnionFindEnum UFE; + typedef UnionFindEnum UFE; public: