Silence int conversion warning

This commit is contained in:
Lukas W
2019-08-25 23:49:22 +02:00
parent d35df8ee7b
commit bd1ee2983b

View File

@@ -542,5 +542,5 @@ void NotePlayHandle::resize( const bpm_t _new_tempo )
}
}
const int INITIAL_NPH_CACHE = 256;
const size_t INITIAL_NPH_CACHE = 256;
MemoryPool<NotePlayHandle> NotePlayHandlePool{INITIAL_NPH_CACHE};