diff -r 269f0cbfbcc8 -r 6d81e6f7a88d lemon/bfs.h --- a/lemon/bfs.h Fri Sep 30 13:15:28 2005 +0000 +++ b/lemon/bfs.h Mon Oct 03 10:11:29 2005 +0000 @@ -549,7 +549,7 @@ /// ///\return The next node to be processed or INVALID if the queue is /// empty. - Node NextNode() + Node nextNode() { return _queue_tail<_queue_head?_queue[_queue_tail]:INVALID; }