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