src/lemon/list_graph.h
changeset 1040 372f08e8f403
parent 1039 bd01c5a3f989
child 1080 568ce2be7fe0
     1.1 --- a/src/lemon/list_graph.h	Thu Dec 16 12:26:57 2004 +0000
     1.2 +++ b/src/lemon/list_graph.h	Thu Dec 16 12:44:49 2004 +0000
     1.3 @@ -431,9 +431,9 @@
     1.4        void regist(ListGraph &_g) {
     1.5  	g=&_g;
     1.6  	AlterationNotifier<Node>::ObserverBase::
     1.7 -	  attach(g->node_observers);
     1.8 +	  attach(g->getNotifier(Node()));
     1.9  	AlterationNotifier<Edge>::ObserverBase::
    1.10 -	  attach(g->edge_observers);
    1.11 +	  attach(g->getNotifier(Edge()));
    1.12        }
    1.13              
    1.14        void deregist() {