[Lemon-commits] [lemon_svn] alpar: r2119 - hugo/trunk/lemon/bits

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:50:17 CET 2006


Author: alpar
Date: Wed Aug  3 21:10:12 2005
New Revision: 2119

Modified:
   hugo/trunk/lemon/bits/array_map.h

Log:
Bugfix due to Gabor.


Modified: hugo/trunk/lemon/bits/array_map.h
==============================================================================
--- hugo/trunk/lemon/bits/array_map.h	(original)
+++ hugo/trunk/lemon/bits/array_map.h	Wed Aug  3 21:10:12 2005
@@ -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());
       }



More information about the Lemon-commits mailing list