mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
fix the prototype of mpoolInit
This commit is contained in:
parent
e95025d6d8
commit
e207276490
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ void mpoolRetDashOutline(SwMpool* mpool, unsigned idx)
|
|||
}
|
||||
|
||||
|
||||
SwMpool* mpoolInit(unsigned threads)
|
||||
SwMpool* mpoolInit(uint32_t threads)
|
||||
{
|
||||
auto allocSize = threads + 1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue