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:
parent
34bda5d75b
commit
22f0f2b433
2 changed files with 47 additions and 21 deletions
|
|
@ -84,7 +84,6 @@ private:
|
|||
friend struct AudioSessionHolder;
|
||||
|
||||
struct Pimpl;
|
||||
friend struct Pimpl;
|
||||
std::unique_ptr<Pimpl> pimpl;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE (iOSAudioIODevice)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue