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:
@@ -28,7 +28,7 @@ class DevicePrefs final : public PrefsPanel
|
||||
public:
|
||||
DevicePrefs(wxWindow * parent);
|
||||
virtual ~DevicePrefs();
|
||||
bool Apply() override;
|
||||
bool Commit() override;
|
||||
wxString HelpPageName() override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user