mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-20 21:26:35 +01:00
Use IdentInterfaceSymbol to identify commands and effects
This commit is contained in:
@@ -43,7 +43,7 @@ EffectRepair::~EffectRepair()
|
||||
|
||||
// IdentInterface implementation
|
||||
|
||||
wxString EffectRepair::GetSymbol()
|
||||
IdentInterfaceSymbol EffectRepair::GetSymbol()
|
||||
{
|
||||
return REPAIR_PLUGIN_SYMBOL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user