lemon/bits/array_map.h
changeset 1613 cd237f1936f8
parent 1587 8f1c317ebeb4
child 1669 66ae78d29f1e
     1.1 --- a/lemon/bits/array_map.h	Mon Aug 01 22:28:10 2005 +0000
     1.2 +++ b/lemon/bits/array_map.h	Wed Aug 03 19:10:12 2005 +0000
     1.3 @@ -96,7 +96,7 @@
     1.4  
     1.5      /// Constructor to copy a map of the same map type.
     1.6       
     1.7 -    ArrayMap(const ArrayMap& copy) : Parent() {
     1.8 +    ArrayMap(const ArrayMap& copy) : Parent(), graph(copy.graph) {
     1.9        if (copy.attached()) {
    1.10  	attach(*copy.getRegistry());
    1.11        }