diff --git a/Source/Core/Common/Src/Thread.cpp b/Source/Core/Common/Src/Thread.cpp index 72d56b17e1..a2247a5dfe 100644 --- a/Source/Core/Common/Src/Thread.cpp +++ b/Source/Core/Common/Src/Thread.cpp @@ -414,7 +414,7 @@ Thread::~Thread() } -void Thread::WaitForDeath() +void Thread::WaitForDeath(const int _Wait) { if (thread_id) {