Skip to content

Commit

Permalink
- JUCE: fix compilation on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hart committed Jan 22, 2025
1 parent c4442b7 commit 0e71789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JUCE/modules/juce_core/native/juce_posix_SharedCode.h
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ class ChildProcess::ActiveProcess
return ! WIFSIGNALED (childState);
}

int read (void* dest, int numBytes) noexcept
int read (void* dest, int numBytes, int timeoutMs) noexcept
{
jassert (dest != nullptr && numBytes > 0);

Expand Down

0 comments on commit 0e71789

Please sign in to comment.