mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Minor code clean-ups.
This commit is contained in:
parent
9f201da3c5
commit
08eb852103
289 changed files with 779 additions and 780 deletions
|
|
@ -519,7 +519,7 @@ private:
|
|||
}
|
||||
|
||||
IPhoneAudioIODevice (const IPhoneAudioIODevice&);
|
||||
const IPhoneAudioIODevice& operator= (const IPhoneAudioIODevice&);
|
||||
IPhoneAudioIODevice& operator= (const IPhoneAudioIODevice&);
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -578,7 +578,7 @@ public:
|
|||
|
||||
private:
|
||||
IPhoneAudioIODeviceType (const IPhoneAudioIODeviceType&);
|
||||
const IPhoneAudioIODeviceType& operator= (const IPhoneAudioIODeviceType&);
|
||||
IPhoneAudioIODeviceType& operator= (const IPhoneAudioIODeviceType&);
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue