diff -r 1a7fe3bef514 -r c2230649a493 lemon/dijkstra.h --- a/lemon/dijkstra.h Thu Nov 05 15:50:01 2009 +0100 +++ b/lemon/dijkstra.h Sun Nov 15 19:57:02 2009 +0100 @@ -206,7 +206,7 @@ typedef typename TR::Digraph Digraph; ///The type of the arc lengths. - typedef typename TR::LengthMap::Value Value; + typedef typename TR::Value Value; ///The type of the map that stores the arc lengths. typedef typename TR::LengthMap LengthMap; ///\brief The type of the map that stores the predecessor arcs of the