src/lemon/map_iterator.h
changeset 1271 40e5d0d44a65
parent 1267 a93f94dbe3d3
     1.1 --- a/src/lemon/map_iterator.h	Tue Mar 29 07:35:09 2005 +0000
     1.2 +++ b/src/lemon/map_iterator.h	Tue Mar 29 13:30:29 2005 +0000
     1.3 @@ -622,7 +622,7 @@
     1.4  
     1.5      /// The map initialized const value set.
     1.6      MapValueSet(const Graph& _graph, Map& _map) 
     1.7 -      : graph(&_graph), map(&_map) {}
     1.8 +      : map(&_map), graph(&_graph) {}
     1.9  
    1.10      /// The const iterator of the set.
    1.11      typedef MapValueIterator<_Graph, _Item, _Map> Iterator;