Browse Source

Fix previous commits

pull/6/head
falkTX 9 years ago
parent
commit
793c9f658c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/extra/Thread.hpp

+ 1
- 1
distrho/extra/Thread.hpp View File

@@ -37,7 +37,7 @@ protected:
* Constructor. * Constructor.
*/ */
Thread(const char* const threadName = nullptr) noexcept Thread(const char* const threadName = nullptr) noexcept
: fLock(),
: fLock(false),
fSignal(fLock), fSignal(fLock),
fName(threadName), fName(threadName),
#ifdef PTW32_DLLPORT #ifdef PTW32_DLLPORT


Loading…
Cancel
Save