mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Use IdentInterfaceSymbol to identify commands and effects
This commit is contained in:
@@ -50,7 +50,7 @@ private:
|
||||
public:
|
||||
OldStyleCommandType();
|
||||
virtual ~OldStyleCommandType();
|
||||
wxString GetName() override;
|
||||
IdentInterfaceSymbol GetSymbol() override;
|
||||
CommandSignature &GetSignature();
|
||||
wxString Describe(); // for debugging only ?
|
||||
|
||||
|
Reference in New Issue
Block a user