mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
AudioPluginFormatManager: Replace addDefaultFormats function() with non-member
This commit is contained in:
parent
33b9f1e6ec
commit
426b74fcf7
6 changed files with 60 additions and 48 deletions
|
|
@ -84,7 +84,7 @@ public:
|
|||
return opt;
|
||||
}());
|
||||
|
||||
pluginFormatManager.addDefaultFormats();
|
||||
addDefaultFormatsToManager (pluginFormatManager);
|
||||
|
||||
if (auto savedPluginList = appProperties.getUserSettings()->getXmlValue ("pluginList"))
|
||||
pluginList.recreateFromXml (*savedPluginList);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue