lemon/dijkstra.h
changeset 787 c2230649a493
parent 717 684964884a2e
child 788 c92296660262
     1.1 --- a/lemon/dijkstra.h	Thu Nov 05 15:50:01 2009 +0100
     1.2 +++ b/lemon/dijkstra.h	Sun Nov 15 19:57:02 2009 +0100
     1.3 @@ -206,7 +206,7 @@
     1.4      typedef typename TR::Digraph Digraph;
     1.5  
     1.6      ///The type of the arc lengths.
     1.7 -    typedef typename TR::LengthMap::Value Value;
     1.8 +    typedef typename TR::Value Value;
     1.9      ///The type of the map that stores the arc lengths.
    1.10      typedef typename TR::LengthMap LengthMap;
    1.11      ///\brief The type of the map that stores the predecessor arcs of the