mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +02:00
use override
This commit is contained in:
@@ -89,8 +89,8 @@ public:
|
||||
virtual ~ExportMP2Options();
|
||||
|
||||
void PopulateOrExchange(ShuttleGui & S);
|
||||
bool TransferDataToWindow();
|
||||
bool TransferDataFromWindow();
|
||||
bool TransferDataToWindow() override;
|
||||
bool TransferDataFromWindow() override;
|
||||
|
||||
private:
|
||||
wxArrayString mBitRateNames;
|
||||
@@ -172,7 +172,7 @@ public:
|
||||
|
||||
// Required
|
||||
|
||||
wxWindow *OptionsCreate(wxWindow *parent, int format);
|
||||
wxWindow *OptionsCreate(wxWindow *parent, int format) override;
|
||||
ProgressResult Export(AudacityProject *project,
|
||||
unsigned channels,
|
||||
const wxString &fName,
|
||||
|
Reference in New Issue
Block a user