fix the prototype of mpoolInit

This commit is contained in:
Gabor Kiss-Vamosi 2024-01-09 16:16:55 +01:00 committed by Sergii Liebodkin
parent e95025d6d8
commit e207276490

View file

@ -77,7 +77,7 @@ void mpoolRetDashOutline(SwMpool* mpool, unsigned idx)
} }
SwMpool* mpoolInit(unsigned threads) SwMpool* mpoolInit(uint32_t threads)
{ {
auto allocSize = threads + 1; auto allocSize = threads + 1;