Minor fix in concepts/maps.h
authorPeter Kovacs <kpeter@inf.elte.hu>
Sun, 30 Mar 2008 14:27:59 +0200
changeset 114c837d1e449dc
parent 113 18a7ee8fa56e
child 115 7b44eea654d0
Minor fix in concepts/maps.h
lemon/concepts/maps.h
     1.1 --- a/lemon/concepts/maps.h	Sun Mar 30 14:27:25 2008 +0200
     1.2 +++ b/lemon/concepts/maps.h	Sun Mar 30 14:27:59 2008 +0200
     1.3 @@ -24,7 +24,7 @@
     1.4  
     1.5  ///\ingroup concept
     1.6  ///\file
     1.7 -///\brief Map concepts checking classes for testing and documenting.
     1.8 +///\brief The concept of maps.
     1.9  
    1.10  namespace lemon {
    1.11  
    1.12 @@ -105,7 +105,7 @@
    1.13  	const Key& key;
    1.14  	const Value& val;
    1.15  	const typename _WriteMap::Key& own_key;
    1.16 -	const typename _WriteMap::Value own_val;
    1.17 +	const typename _WriteMap::Value& own_val;
    1.18  	_WriteMap& m;
    1.19        };
    1.20      };