mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Standalone: Fix typo in standalone wrapper
This commit is contained in:
parent
9e193862c1
commit
efb0daf2e9
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ public:
|
|||
|
||||
#ifdef JucePlugin_PreferredChannelConfigurations
|
||||
constexpr StandalonePluginHolder::PluginInOuts channels[] { JucePlugin_PreferredChannelConfigurations };
|
||||
const Array<StandalonePluginHolder::PluginInOuts> channelConfig {channels, juce::numElementsInArray (channels));
|
||||
const Array<StandalonePluginHolder::PluginInOuts> channelConfig (channels, juce::numElementsInArray (channels));
|
||||
#else
|
||||
const Array<StandalonePluginHolder::PluginInOuts> channelConfig;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue