mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
Remove PluginManager::GetTranslatedVendor()...
... Instead, use the IdentInterfaceSymbol for vendor reported by the effect
This commit is contained in:
@@ -108,7 +108,7 @@ wxString VampEffect::GetName()
|
||||
|
||||
IdentInterfaceSymbol VampEffect::GetVendor()
|
||||
{
|
||||
return wxString::FromUTF8(mPlugin->getMaker().c_str());
|
||||
return { wxString::FromUTF8(mPlugin->getMaker().c_str()) };
|
||||
}
|
||||
|
||||
wxString VampEffect::GetVersion()
|
||||
|
Reference in New Issue
Block a user