mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
CoreAudio: Fix deprecation warning when building for C++20
This commit is contained in:
parent
9ecd9eb61e
commit
9b131c9628
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@ public:
|
|||
auto newBitDepth = jmax (getBitDepth (newInput), getBitDepth (newOutput));
|
||||
|
||||
#if JUCE_AUDIOWORKGROUP_TYPES_AVAILABLE
|
||||
audioWorkgroup = [=]() -> AudioWorkgroup
|
||||
audioWorkgroup = [this]() -> AudioWorkgroup
|
||||
{
|
||||
AudioObjectPropertyAddress pa;
|
||||
pa.mSelector = kAudioDevicePropertyIOThreadOSWorkgroup;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue