1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Fixed erroneous assertion when saving VST3 states

This commit is contained in:
tpoole 2016-11-29 19:23:21 +00:00
parent 40dfba17db
commit acf554a895

View file

@ -1721,6 +1721,8 @@ struct VST3ComponentHolder
info, info2, infoW,
totalNumInputChannels,
totalNumOutputChannels);
return;
}
jassertfalse;