mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-29 06:59:27 +02:00
Make NoiseReduction.cpp compilable with ADVANCED_SETTINGS
This commit is contained in:
parent
da33daf197
commit
07a42e8e19
@ -1809,7 +1809,7 @@ void EffectNoiseReduction::Dialog::PopulateOrExchange(ShuttleGui & S)
|
||||
S.SetStretchyCol(2);
|
||||
{
|
||||
for (int id = END_OF_BASIC_SLIDERS; id < END_OF_ADVANCED_SLIDERS; id += 2) {
|
||||
const ControlInfo &info = controlInfo[(id - FIRST_SLIDER) / 2];
|
||||
const ControlInfo &info = controlInfo()[(id - FIRST_SLIDER) / 2];
|
||||
info.CreateControls(id, S);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user