Bugfix due to Gabor.
authoralpar
Wed, 03 Aug 2005 19:10:12 +0000
changeset 1613cd237f1936f8
parent 1612 64f983f5a7d5
child 1614 350c1d8bb7cc
Bugfix due to Gabor.
lemon/bits/array_map.h
     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        }