1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

iOS and macOS: Use consistent capitalisation with @available syntax

This commit is contained in:
Anthony Nicholls 2025-07-17 11:35:52 +01:00 committed by Anthony Nicholls
parent e68627c9ed
commit d0aa6d0486
8 changed files with 23 additions and 23 deletions

View file

@ -746,7 +746,7 @@ public:
if (inDataSize != sizeof (AUMIDIEventListBlock))
return kAudioUnitErr_InvalidPropertyValue;
if (@available (macos 12, *))
if (@available (macOS 12, *))
eventListOutput.setBlock (*static_cast<const AUMIDIEventListBlock*> (inData));
return noErr;