mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Remove PluginManager::GetTranslatedVendor()...
... Instead, use the IdentInterfaceSymbol for vendor reported by the effect
This commit is contained in:
@@ -897,7 +897,7 @@ wxString AudioUnitEffect::GetName()
|
||||
|
||||
IdentInterfaceSymbol AudioUnitEffect::GetVendor()
|
||||
{
|
||||
return mVendor;
|
||||
return { mVendor };
|
||||
}
|
||||
|
||||
wxString AudioUnitEffect::GetVersion()
|
||||
|
Reference in New Issue
Block a user