Update to CLAP 1.1.7

Factories got moved to a new `factory` directory.
This commit is contained in:
Robbert van der Helm
2023-01-27 21:03:43 +01:00
parent 29acd40a9a
commit d58c204178
15 changed files with 46 additions and 39 deletions
@@ -18,7 +18,7 @@
#include <vector>
#include <clap/plugin-factory.h>
#include <clap/factory/plugin-factory.h>
#include "../../common/serialization/clap/plugin.h"
@@ -44,7 +44,7 @@ class clap_plugin_factory_proxy {
/**
* Construct the plugin factory proxy based on the plugin descriptors
* retrieved from a `clap::plugin_factory::ListReponse`.
* retrieved from a `clap::factory::plugin_factory::ListReponse`.
*/
clap_plugin_factory_proxy(
ClapPluginBridge& bridge,