Browse Source

Minor documentation fix

tags/2021-05-28
ed 5 years ago
parent
commit
cc83c8d0dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_events/interprocess/juce_InterprocessConnection.h

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

@@ -113,7 +113,7 @@ public:
to the pipe, or -1 for an infinite timeout
@param mustNotExist if set to true, the method will fail if the pipe already exists
@returns true if the pipe was created, or false if it fails (e.g. if another process is
already using using the pipe)
already using the pipe)
*/
bool createPipe (const String& pipeName, int pipeReceiveMessageTimeoutMs, bool mustNotExist = false);


Loading…
Cancel
Save