1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 17:11:20 +01:00

Remove PluginManager::GetTranslatedVendor()...

... Instead, use the IdentInterfaceSymbol for vendor reported by the effect
This commit is contained in:
Paul Licameli
2018-03-29 16:26:23 -04:00
parent 0394660e9e
commit 11d217076a
10 changed files with 29 additions and 23 deletions

View File

@@ -243,7 +243,7 @@ public:
IdentInterfaceSymbol GetVendor() override
{
return mVendor;
return { mVendor };
}
wxString GetVersion() override
@@ -1210,7 +1210,7 @@ wxString VSTEffect::GetName()
IdentInterfaceSymbol VSTEffect::GetVendor()
{
return mVendor;
return { mVendor };
}
wxString VSTEffect::GetVersion()