mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 23:21:33 +01:00
Use IdentInterfaceSymbol to identify commands and effects
This commit is contained in:
@@ -38,7 +38,7 @@ EffectReverse::~EffectReverse()
|
||||
|
||||
// IdentInterface implementation
|
||||
|
||||
wxString EffectReverse::GetSymbol()
|
||||
IdentInterfaceSymbol EffectReverse::GetSymbol()
|
||||
{
|
||||
return REVERSE_PLUGIN_SYMBOL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user