mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-31 03:00:05 +00:00
Fixed a compiler error which occured in gcc based compilers
This commit is contained in:
parent
71de18554a
commit
3fb55ffd1f
1 changed files with 1 additions and 1 deletions
|
|
@ -768,7 +768,7 @@ public:
|
|||
*/
|
||||
template <int numLayouts>
|
||||
BusesLayout getNextBestLayoutInLayoutList (const BusesLayout& layouts,
|
||||
const short channelLayoutList[numLayouts][2])
|
||||
const short (&channelLayoutList) [numLayouts][2])
|
||||
{
|
||||
return getNextBestLayoutInList (layouts, layoutListToArray (channelLayoutList));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue