mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Change virtual function interface of PrefsPanel
This commit is contained in:
@@ -26,7 +26,7 @@ class WarningsPrefs final : public PrefsPanel
|
||||
public:
|
||||
WarningsPrefs(wxWindow * parent);
|
||||
~WarningsPrefs();
|
||||
bool Apply() override;
|
||||
bool Commit() override;
|
||||
wxString HelpPageName() override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user