mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-28 08:13:54 +01:00
Change virtual function interface of PrefsPanel
This commit is contained in:
@@ -25,7 +25,7 @@ class BatchPrefs final : public PrefsPanel
|
||||
public:
|
||||
BatchPrefs(wxWindow * parent);
|
||||
~BatchPrefs();
|
||||
bool Apply() override;
|
||||
bool Commit() override;
|
||||
|
||||
private:
|
||||
void Populate();
|
||||
|
||||
Reference in New Issue
Block a user