diff -r 545926902c13 -r 805c5a2a36dd lemon/edge_set.h --- a/lemon/edge_set.h Thu Mar 01 16:50:12 2007 +0000 +++ b/lemon/edge_set.h Thu Mar 01 17:14:24 2007 +0000 @@ -199,8 +199,8 @@ typedef typename ItemSetTraits::ItemNotifier NodeNotifier; - NodeNotifier& getNotifier(Node) const { - return graph->getNotifier(Node()); + NodeNotifier& notifier(Node) const { + return graph->notifier(Node()); } template @@ -527,8 +527,8 @@ typedef typename ItemSetTraits::ItemNotifier NodeNotifier; - NodeNotifier& getNotifier(Node) const { - return graph->getNotifier(Node()); + NodeNotifier& notifier(Node) const { + return graph->notifier(Node()); } template