mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Fix some warnings on mac
These are mostly missing 'overrides'
This commit is contained in:
@@ -105,7 +105,7 @@ public:
|
||||
virtual ~CommandImplementation();
|
||||
|
||||
/// An instance method for getting the command name (for consistency)
|
||||
wxString GetName();
|
||||
wxString GetName() override;
|
||||
|
||||
/// Get the signature of the command
|
||||
CommandSignature &GetSignature() override;
|
||||
|
Reference in New Issue
Block a user