1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-18 20:20:15 +02:00

Change virtual function interface of PrefsPanel

This commit is contained in:
Paul Licameli
2017-06-25 10:57:26 -04:00
parent aa924b54a9
commit 48202284b2
46 changed files with 55 additions and 51 deletions

View File

@@ -185,7 +185,7 @@ void ExtImportPrefs::PopulateOrExchange(ShuttleGui & S)
SetMinSize(GetSize());
}
bool ExtImportPrefs::Apply()
bool ExtImportPrefs::Commit()
{
ShuttleGui S(this, eIsSavingToPrefs);
PopulateOrExchange(S);