mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 15:05:38 +01:00
Change virtual function interface of PrefsPanel
This commit is contained in:
@@ -126,7 +126,7 @@ void ModulePrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.EndStatic();
|
||||
}
|
||||
|
||||
bool ModulePrefs::Apply()
|
||||
bool ModulePrefs::Commit()
|
||||
{
|
||||
ShuttleGui S(this, eIsSavingToPrefs);
|
||||
PopulateOrExchange(S);
|
||||
|
||||
Reference in New Issue
Block a user