diff -r 64f983f5a7d5 -r cd237f1936f8 lemon/bits/array_map.h --- a/lemon/bits/array_map.h Mon Aug 01 22:28:10 2005 +0000 +++ b/lemon/bits/array_map.h Wed Aug 03 19:10:12 2005 +0000 @@ -96,7 +96,7 @@ /// Constructor to copy a map of the same map type. - ArrayMap(const ArrayMap& copy) : Parent() { + ArrayMap(const ArrayMap& copy) : Parent(), graph(copy.graph) { if (copy.attached()) { attach(*copy.getRegistry()); }