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