1
0
Fork 0
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:
Tom Poole 2023-08-03 10:06:25 +01:00
parent 2571e772d3
commit 714e8dda62

View file

@ -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,