lemon/bits/array_map.h
changeset 279 6307bbbf285b
parent 209 765619b7cbb2
child 314 2cc60866a0c9
     1.1 --- a/lemon/bits/array_map.h	Mon Sep 22 15:33:23 2008 +0200
     1.2 +++ b/lemon/bits/array_map.h	Tue Sep 23 18:42:49 2008 +0200
     1.3 @@ -103,6 +103,7 @@
     1.4        }
     1.5      }
     1.6  
     1.7 +  private:
     1.8      /// \brief Constructor to copy a map of the same map type.
     1.9      ///
    1.10      /// Constructor to copy a map of the same map type.
    1.11 @@ -150,6 +151,7 @@
    1.12        return *this;
    1.13      }
    1.14  
    1.15 +  public:
    1.16      /// \brief The destructor of the map.
    1.17      ///
    1.18      /// The destructor of the map.