commit 29a0b08ba6bd85133b4e86dd068b483689bc7048 parent 71997ee2305752940d77440dc21f608bbd61741c Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Sat, 23 Dec 2023 22:28:00 +0100 Fix factory id identifier name Diffstat:
M | include/clap/factory/draft/plugin-state-converter.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/factory/draft/plugin-state-converter.h b/include/clap/factory/draft/plugin-state-converter.h @@ -69,7 +69,7 @@ typedef struct clap_plugin_state_converter { } clap_plugin_state_converter_t; // Factory identifier -static CLAP_CONSTEXPR const char CLAP_CLAP_CONVERTER_FACTORY_ID[] = +static CLAP_CONSTEXPR const char CLAP_PLUGIN_STATE_CONVERTER_FACTORY_ID[] = "clap.plugin-state-converter-factory/1"; // List all the plugin state converters available in the current DSO.