# HG changeset patch # User Peter Kovacs # Date 1206880079 -7200 # Node ID c837d1e449dccca2d2d64379d3e545c5fa32e792 # Parent 18a7ee8fa56e63010a98e3b04e6981564c228d5a Minor fix in concepts/maps.h 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; }; };