mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
This commit is contained in:
parent
bfdb48d4bc
commit
6264cdcc2b
36 changed files with 150 additions and 145 deletions
|
|
@ -40,7 +40,7 @@ BEGIN_JUCE_NAMESPACE
|
|||
//==============================================================================
|
||||
InterprocessConnection::InterprocessConnection (const bool callbacksOnMessageThread,
|
||||
const uint32 magicMessageHeaderNumber)
|
||||
: Thread (T("Juce IPC connection")),
|
||||
: Thread ("Juce IPC connection"),
|
||||
socket (0),
|
||||
pipe (0),
|
||||
callbackConnectionState (false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue