author | deba |
Mon, 27 Feb 2006 10:17:33 +0000 | |
changeset 1985 | 8782ff6fd98a |
parent 1984 | d4cbd10e1256 |
child 1986 | 9b56cca61e2e |
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) {