mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-02 04:24:51 +02:00
use override
This commit is contained in:
@@ -122,7 +122,7 @@ public:
|
||||
|
||||
/// Creates options panel
|
||||
///\param format - index of export type
|
||||
wxWindow *OptionsCreate(wxWindow *parent, int format);
|
||||
wxWindow *OptionsCreate(wxWindow *parent, int format) override;
|
||||
|
||||
/// Check whether or not current project sample rate is compatible with the export codec
|
||||
bool CheckSampleRate(int rate, int lowrate, int highrate, const int *sampRates);
|
||||
|
||||
Reference in New Issue
Block a user