src/hugo/graph_wrapper.h
changeset 844 9bf990cb066d
parent 838 51dcd224455c
child 849 cc3867a7d380
     1.1 --- a/src/hugo/graph_wrapper.h	Mon Sep 13 18:00:26 2004 +0000
     1.2 +++ b/src/hugo/graph_wrapper.h	Mon Sep 13 20:05:13 2004 +0000
     1.3 @@ -1388,7 +1388,7 @@
     1.4  
     1.5      void erase(const Edge& e) const {
     1.6        Node n=tail(e);
     1.7 -      typename Graph::OutEdgeIt f(*graph, n);
     1.8 +      typename Graph::OutEdgeIt f(*Parent::graph, n);
     1.9        ++f;
    1.10        first_out_edges->set(n, f);
    1.11      }