mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Plugin host compile fix.
This commit is contained in:
parent
5358b4c7b5
commit
b8e8937b40
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ public:
|
|||
void findAllTypesForFile (OwnedArray <PluginDescription>&, const String&) {}
|
||||
bool doesPluginStillExist (const PluginDescription&) { return true; }
|
||||
String getNameOfPluginFromIdentifier (const String& fileOrIdentifier) { return fileOrIdentifier; }
|
||||
bool pluginNeedsRescanning (const PluginDescription&) { return false; }
|
||||
StringArray searchPathsForPlugins (const FileSearchPath&, bool) { return StringArray(); }
|
||||
AudioPluginInstance* createInstanceFromDescription (const PluginDescription& desc);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue