mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-23 00:51:21 +01:00
Fix some warnings on mac
These are mostly missing 'overrides'
This commit is contained in:
@@ -64,7 +64,7 @@ class LabelDialog final : public wxDialogWrapper
|
||||
|
||||
bool TransferDataToWindow() override;
|
||||
bool TransferDataFromWindow() override;
|
||||
bool Validate();
|
||||
bool Validate() override;
|
||||
void FindAllLabels();
|
||||
void AddLabels(const LabelTrack *t);
|
||||
void FindInitialRow();
|
||||
|
||||
Reference in New Issue
Block a user