1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 00:23:56 +01:00

use override

This commit is contained in:
Paul Licameli
2017-10-01 13:28:04 -04:00
parent 9612e3d971
commit 31231a54d2
33 changed files with 100 additions and 97 deletions

View File

@@ -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);