lemon/bits/array_map.h
changeset 263 be8a861d3bb7
parent 209 765619b7cbb2
child 314 2cc60866a0c9
     1.1 --- a/lemon/bits/array_map.h	Thu Sep 11 11:10:44 2008 +0100
     1.2 +++ b/lemon/bits/array_map.h	Mon Sep 15 22:28:32 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.