lemon/bipartite_matching.h
changeset 2263 9273fe7d850c
parent 2151 38ec4a930c05
child 2269 fb1c634fff29
     1.1 --- a/lemon/bipartite_matching.h	Thu Oct 26 13:35:35 2006 +0000
     1.2 +++ b/lemon/bipartite_matching.h	Thu Oct 26 14:20:17 2006 +0000
     1.3 @@ -521,7 +521,7 @@
     1.4      /// anode graph's node.
     1.5      ///
     1.6      /// \sa BinHeap
     1.7 -    typedef BinHeap<typename BpUGraph::Node, Value, HeapCrossRef> Heap;
     1.8 +    typedef BinHeap<Value, HeapCrossRef> Heap;
     1.9      
    1.10      /// \brief Instantiates a Heap.
    1.11      ///