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:
parent
e68627c9ed
commit
d0aa6d0486
8 changed files with 23 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue