diff -r 18a7ee8fa56e -r c837d1e449dc lemon/concepts/maps.h --- a/lemon/concepts/maps.h Sun Mar 30 14:27:25 2008 +0200 +++ b/lemon/concepts/maps.h Sun Mar 30 14:27:59 2008 +0200 @@ -24,7 +24,7 @@ ///\ingroup concept ///\file -///\brief Map concepts checking classes for testing and documenting. +///\brief The concept of maps. namespace lemon { @@ -105,7 +105,7 @@ const Key& key; const Value& val; const typename _WriteMap::Key& own_key; - const typename _WriteMap::Value own_val; + const typename _WriteMap::Value& own_val; _WriteMap& m; }; };