mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
Fix some warnings on mac
These are mostly missing 'overrides'
This commit is contained in:
@@ -109,7 +109,7 @@ class ToolBar /* not final */ : public wxPanelWrapper
|
||||
wxString GetSection();
|
||||
ToolDock *GetDock();
|
||||
|
||||
void SetLabel(const wxString & label);
|
||||
void SetLabel(const wxString & label) override;
|
||||
void SetDock( ToolDock *dock);
|
||||
|
||||
void SetDocked(ToolDock *dock, bool pushed);
|
||||
|
||||
Reference in New Issue
Block a user