diff -r b9a7f4115abe -r 9273fe7d850c lemon/bipartite_matching.h --- a/lemon/bipartite_matching.h Thu Oct 26 13:35:35 2006 +0000 +++ b/lemon/bipartite_matching.h Thu Oct 26 14:20:17 2006 +0000 @@ -521,7 +521,7 @@ /// anode graph's node. /// /// \sa BinHeap - typedef BinHeap Heap; + typedef BinHeap Heap; /// \brief Instantiates a Heap. ///