Skip to content

Commit e592f10

Browse files
tucktuckg00seclaude
andcommitted
fix: disambiguate juce::File assignment for Clang/GCC
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8bbc98a commit e592f10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PluginProcessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ void IntersectProcessor::setPendingStateFile (const juce::File& file)
418418
void IntersectProcessor::clearPendingStateFile()
419419
{
420420
const juce::ScopedLock sl (pendingStateFileLock);
421-
pendingStateFile = {};
421+
pendingStateFile = juce::File{};
422422
}
423423

424424
juce::File IntersectProcessor::getPendingStateFile() const

0 commit comments

Comments
 (0)