diff --git a/common/Mutex.cpp b/common/Mutex.cpp index 25925b90b0..6f0ef5fa43 100644 --- a/common/Mutex.cpp +++ b/common/Mutex.cpp @@ -248,7 +248,7 @@ bool Threading::Mutex::Acquire(const wxTimeSpan& timeout) } #else - return AcquireWithoutYield(); + return AcquireWithoutYield(timeout); #endif }