Use proper type.

This commit is contained in:
Bartosz Taudul 2021-06-04 15:16:44 +02:00
parent b281ce9c0e
commit 86510c48e0
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -237,7 +237,7 @@ static tracy_force_inline void UpdateLockRange( LockMap& lockmap, const LockEven
if( range.end < lt ) range.end = lt;
}
template<int U>
template<size_t U>
static void ReadHwSampleVec( FileRead& f, SortedVector<Int48, Int48Sort>& vec, Slab<U>& slab )
{
uint64_t sz;