mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-18 20:20:15 +02:00
Use IdentInterfaceSymbol to identify commands and effects
This commit is contained in:
@@ -98,7 +98,7 @@ EffectPaulstretch::~EffectPaulstretch()
|
||||
|
||||
// IdentInterface implementation
|
||||
|
||||
wxString EffectPaulstretch::GetSymbol()
|
||||
IdentInterfaceSymbol EffectPaulstretch::GetSymbol()
|
||||
{
|
||||
return PAULSTRETCH_PLUGIN_SYMBOL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user