mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 00:23:56 +01:00
use override
This commit is contained in:
@@ -54,8 +54,8 @@ class LabelDialog final : public wxDialogWrapper
|
||||
|
||||
private:
|
||||
|
||||
bool TransferDataToWindow();
|
||||
bool TransferDataFromWindow();
|
||||
bool TransferDataToWindow() override;
|
||||
bool TransferDataFromWindow() override;
|
||||
bool Validate();
|
||||
void FindAllLabels();
|
||||
void AddLabels(const LabelTrack *t);
|
||||
|
||||
Reference in New Issue
Block a user