1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 15:45:54 +01:00

Doh! Fix compile problem. Sorry, all.

This commit is contained in:
v.audacity
2013-06-25 16:59:48 +00:00
parent 055714bc95
commit 35f8df088c

View File

@@ -220,7 +220,7 @@ void LevellerDialog::PopulateOrExchange(ShuttleGui & S)
S.StartHorizontalLay(); S.StartHorizontalLay();
{ {
S.AddChoice(_("Degree of Leveling:"), S.TieChoice(_("Degree of Leveling:"),
mLevellerNumPassesChoiceIndex, mLevellerNumPassesChoiceIndex,
&numPasses); &numPasses);
} }
@@ -228,7 +228,7 @@ void LevellerDialog::PopulateOrExchange(ShuttleGui & S)
S.StartHorizontalLay(); S.StartHorizontalLay();
{ {
S.AddChoice(_("Noise Threshold:"), S.TieChoice(_("Noise Threshold:"),
mLevellerDbChoiceIndex, mLevellerDbChoiceIndex,
&db); &db);
} }