lemon/dag_shortest_path.h
changeset 1999 2ff283124dfc
parent 1993 2115143eceea
child 2111 ea1fa1bc3f6d
     1.1 --- a/lemon/dag_shortest_path.h	Mon Mar 06 09:38:19 2006 +0000
     1.2 +++ b/lemon/dag_shortest_path.h	Mon Mar 06 10:28:37 2006 +0000
     1.3 @@ -329,7 +329,7 @@
     1.4      /// \brief The operation traits.
     1.5      typedef typename _Traits::OperationTraits OperationTraits;
     1.6      /// \brief The Node weight map.
     1.7 -    typedef typename Graph::NodeMap<Value> WeightMap;
     1.8 +    typedef typename Graph::template NodeMap<Value> WeightMap;
     1.9    private:
    1.10      /// Pointer to the underlying graph
    1.11      const Graph *graph;