mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Fixed a warning in AU code.
This commit is contained in:
parent
2682e917cf
commit
cd7efdf8b4
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ public:
|
|||
UInt32 GetAudioChannelLayout (AudioUnitScope scope,
|
||||
AudioUnitElement element,
|
||||
AudioChannelLayout *outLayoutPtr,
|
||||
Boolean &outWritable)
|
||||
Boolean &outWritable) override
|
||||
{
|
||||
// fallback to old code if this plug-in does not have multi channel IO
|
||||
if (! hasMultiChannelConfiguration())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue