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

Rename typedef PluginIDList to PluginIDs

This commit is contained in:
Paul Licameli
2019-03-09 02:38:21 -05:00
parent b8c0125143
commit cc92c7605e
5 changed files with 7 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ public:
bool DiscoverProviders();
// Seems we don't currently use FindAllPlugins
void FindAllPlugins(PluginIDList & providers, wxArrayString & paths);
void FindAllPlugins(PluginIDs & providers, wxArrayString & paths);
wxArrayString FindPluginsForProvider(const PluginID & provider, const wxString & path);
bool RegisterEffectPlugin(const PluginID & provider, const wxString & path,