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
31abe47a75
commit
1c22269037
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;
|
auto allocSize = threads + 1;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue