diff -r d5a7d6bc0f00 -r 66ae78d29f1e lemon/maps.h --- a/lemon/maps.h Tue Aug 30 21:19:07 2005 +0000 +++ b/lemon/maps.h Wed Aug 31 13:29:32 2005 +0000 @@ -113,10 +113,10 @@ ///This function just returns a \ref ConstMap class. ///\relates ConstMap - template - inline ConstMap constMap(const K &k) + template + inline ConstMap constMap(const V &v) { - return ConstMap(k); + return ConstMap(v); }