mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: Fix misnamed parameter
This commit is contained in:
parent
2571e772d3
commit
714e8dda62
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ public:
|
|||
@param threadStackSizeBytes the size of the stack of each thread. If this value
|
||||
is zero then the default stack size of the OS will
|
||||
be used.
|
||||
@param priority the desired priority of each thread in the pool.
|
||||
@param desiredThreadPriority the desired priority of each thread in the pool.
|
||||
*/
|
||||
ThreadPool (int numberOfThreads,
|
||||
size_t threadStackSizeBytes = Thread::osDefaultStackSize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue