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

AudioDeviceManager: Refactor to avoid repetition

This commit is contained in:
reuk 2021-08-25 12:19:20 +01:00
parent 34bda5d75b
commit 22f0f2b433
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
2 changed files with 47 additions and 21 deletions

View file

@ -84,7 +84,6 @@ private:
friend struct AudioSessionHolder;
struct Pimpl;
friend struct Pimpl;
std::unique_ptr<Pimpl> pimpl;
JUCE_DECLARE_NON_COPYABLE (iOSAudioIODevice)