This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix previous commits
pull/6/head
falkTX
9 years ago
parent
32730ebfe2
commit
793c9f658c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/extra/Thread.hpp
+ 1
- 1
distrho/extra/Thread.hpp
View File
@@ -37,7 +37,7 @@ protected:
* Constructor.
*/
Thread(const char* const threadName = nullptr) noexcept
: fLock(),
: fLock(
false
),
fSignal(fLock),
fName(threadName),
#ifdef PTW32_DLLPORT
Write
Preview
Loading…
Cancel
Save