mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
use override
This commit is contained in:
@@ -29,9 +29,9 @@ class MixerToolBar final : public ToolBar {
|
||||
MixerToolBar();
|
||||
virtual ~MixerToolBar();
|
||||
|
||||
void Create(wxWindow * parent);
|
||||
void Create(wxWindow * parent) override;
|
||||
|
||||
void UpdatePrefs();
|
||||
void UpdatePrefs() override;
|
||||
void UpdateControls();
|
||||
void SetMixer(wxCommandEvent &event);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user