diff -r 37216ca5b9c6 -r d11bf7998905 lemon/adaptors.h --- a/lemon/adaptors.h Tue Apr 07 14:50:20 2009 +0100 +++ b/lemon/adaptors.h Tue Apr 14 10:33:17 2009 +0200 @@ -2192,6 +2192,9 @@ typedef typename ItemSetTraits::ItemNotifier EdgeNotifier; EdgeNotifier& notifier(Edge) const { return _digraph->notifier(Edge()); } + + typedef EdgeNotifier ArcNotifier; + ArcNotifier& notifier(Arc) const { return _digraph->notifier(Edge()); } protected: