src/lemon/bits/vector_map.h
changeset 1374 bcfa3980b432
parent 1359 1581f961cfaa
     1.1 --- a/src/lemon/bits/vector_map.h	Tue Apr 19 06:51:37 2005 +0000
     1.2 +++ b/src/lemon/bits/vector_map.h	Tue Apr 19 13:33:44 2005 +0000
     1.3 @@ -109,7 +109,8 @@
     1.4        container.resize(graph->maxId(_Item()) + 1, _v);
     1.5      }
     1.6  
     1.7 -    VectorMap(const VectorMap& _copy) : graph(_copy.getGraph()) {
     1.8 +    VectorMap(const VectorMap& _copy) 
     1.9 +      : Parent(), graph(_copy.getGraph()) {
    1.10        if (_copy.attached()) {
    1.11  	attach(*_copy.getRegistry());
    1.12  	container = _copy.container;