lemon/ugraph_adaptor.h
changeset 1985 8782ff6fd98a
parent 1980 a954b780e3ab
child 1991 d7442141d9ef
     1.1 --- a/lemon/ugraph_adaptor.h	Fri Feb 24 11:13:09 2006 +0000
     1.2 +++ b/lemon/ugraph_adaptor.h	Mon Feb 27 10:17:33 2006 +0000
     1.3 @@ -597,7 +597,7 @@
     1.4                               ConstMap<typename _UGraph::UEdge, bool> > Parent;
     1.5      typedef _UGraph Graph;
     1.6    protected:
     1.7 -    ConstMap<typename _UGraph::Edge, bool> const_true_map;
     1.8 +    ConstMap<typename _UGraph::UEdge, bool> const_true_map;
     1.9    public:
    1.10      NodeSubUGraphAdaptor(Graph& _graph, NodeFilterMap& _node_filter_map) : 
    1.11        Parent(), const_true_map(true) {