mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-31 03:00:05 +00:00
Added some braces to work around a compiler bug in VS2015
This commit is contained in:
parent
9d921a3b21
commit
313571118e
1 changed files with 2 additions and 0 deletions
|
|
@ -688,7 +688,9 @@ void AudioProcessor::addParameter (AudioProcessorParameter* p)
|
|||
auto paramId = getParameterID (p->parameterIndex);
|
||||
|
||||
for (auto q : managedParameters)
|
||||
{
|
||||
jassert (q == nullptr || q == p || paramId != getParameterID (q->parameterIndex));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue