lemon/adaptors.h
changeset 579 d11bf7998905
parent 559 c5fd2d996909
child 617 4137ef9aacc6
     1.1 --- a/lemon/adaptors.h	Tue Apr 07 14:50:20 2009 +0100
     1.2 +++ b/lemon/adaptors.h	Tue Apr 14 10:33:17 2009 +0200
     1.3 @@ -2192,6 +2192,9 @@
     1.4  
     1.5      typedef typename ItemSetTraits<DGR, Edge>::ItemNotifier EdgeNotifier;
     1.6      EdgeNotifier& notifier(Edge) const { return _digraph->notifier(Edge()); }
     1.7 +    
     1.8 +    typedef EdgeNotifier ArcNotifier;
     1.9 +    ArcNotifier& notifier(Arc) const { return _digraph->notifier(Edge()); }
    1.10  
    1.11    protected:
    1.12