Browse Source

Added default value to child process timeout.

tags/2021-05-28
jules 11 years ago
parent
commit
176da42e3d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_events/interprocess/juce_ConnectedChildProcess.h

+ 1
- 1
modules/juce_events/interprocess/juce_ConnectedChildProcess.h View File

@@ -73,7 +73,7 @@ public:
*/ */
bool initialiseFromCommandLine (const String& commandLine, bool initialiseFromCommandLine (const String& commandLine,
const String& commandLineUniqueID, const String& commandLineUniqueID,
int timeoutMs);
int timeoutMs = 0);
//============================================================================== //==============================================================================
/** This will be called to deliver messages from the master process. /** This will be called to deliver messages from the master process.


Loading…
Cancel
Save