diff -r e47fb28cda5e -r 7b44eea654d0 lemon/concepts/maps.h --- a/lemon/concepts/maps.h Sat Mar 29 15:49:50 2008 +0000 +++ b/lemon/concepts/maps.h Tue Apr 01 16:25:51 2008 +0100 @@ -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; }; };