lemon/bfs.h
changeset 1694 6d81e6f7a88d
parent 1665 fdeb961110ac
child 1709 a323456bf7c8
     1.1 --- a/lemon/bfs.h	Fri Sep 30 13:15:28 2005 +0000
     1.2 +++ b/lemon/bfs.h	Mon Oct 03 10:11:29 2005 +0000
     1.3 @@ -549,7 +549,7 @@
     1.4      ///
     1.5      ///\return The next node to be processed or INVALID if the queue is
     1.6      /// empty.
     1.7 -    Node NextNode()
     1.8 +    Node nextNode()
     1.9      { 
    1.10        return _queue_tail<_queue_head?_queue[_queue_tail]:INVALID;
    1.11      }