diff -r 579979fad316 -r d57ae6f0a335 lemon/kruskal.h --- a/lemon/kruskal.h Wed Jun 04 11:28:08 2008 +0100 +++ b/lemon/kruskal.h Sat Jun 14 19:34:15 2008 +0200 @@ -229,7 +229,7 @@ typedef typename In::value_type::second_type Value; static Value kruskal(const Graph& graph, const In& in, Out& out) { - typedef StoreBoolMap::type> Map; + typedef LoggerBoolMap::type> Map; Map map(out); return _kruskal_bits::kruskal(graph, in, map); }