1
0
Fork 0
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:
jules 2015-09-22 08:56:22 -07:00
parent 2682e917cf
commit cd7efdf8b4

View file

@ -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())