mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Use proper type.
This commit is contained in:
parent
b281ce9c0e
commit
86510c48e0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user