mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
This commit is contained in:
parent
bfdb48d4bc
commit
6264cdcc2b
36 changed files with 150 additions and 145 deletions
|
|
@ -38,7 +38,7 @@ BEGIN_JUCE_NAMESPACE
|
|||
|
||||
//==============================================================================
|
||||
InterprocessConnectionServer::InterprocessConnectionServer()
|
||||
: Thread (T("Juce IPC server")),
|
||||
: Thread ("Juce IPC server"),
|
||||
socket (0)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue