forked from organicmaps/organicmaps
Warning fix
This commit is contained in:
parent
97e23ead86
commit
a12af9410b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ namespace my
|
|||
template <typename TValue>
|
||||
struct MRUCacheValueTraits
|
||||
{
|
||||
static void Evict(TValue & val){}
|
||||
static void Evict(TValue &){}
|
||||
};
|
||||
|
||||
template <typename KeyT, typename ValueT, typename ValueTraitsT = MRUCacheValueTraits<ValueT> >
|
||||
|
|
Loading…
Add table
Reference in a new issue