Skip to content

Commit 023749d

Browse files
grauxmusicclaude
andcommitted
fix: restore kTimeoutMs reference in requestDrag (build error)
Renamed constant to kConnectTimeoutMs in header but missed one reference in requestDrag(). Fixes Mac/Windows local build. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ce959d8 commit 023749d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/CompanionLink.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ bool CompanionLink::requestDrag (const juce::String& filePath)
8686
return false;
8787
}
8888

89-
if (socket->waitUntilReady (true, kTimeoutMs) != 1)
89+
if (socket->waitUntilReady (true, kConnectTimeoutMs) != 1)
9090
return false;
9191

9292
char ack[16] = {};

0 commit comments

Comments
 (0)