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:
@@ -185,7 +185,7 @@ void ExtImportPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
SetMinSize(GetSize());
|
||||
}
|
||||
|
||||
bool ExtImportPrefs::Apply()
|
||||
bool ExtImportPrefs::Commit()
|
||||
{
|
||||
ShuttleGui S(this, eIsSavingToPrefs);
|
||||
PopulateOrExchange(S);
|
||||
|
||||
Reference in New Issue
Block a user