commit abcd29bdbe6b25243abc9b1091dce72dce9dd832
parent 42a9ee2b329e8ea3eef6569f00295ad20a9600d4
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Fri, 12 Jan 2024 10:22:38 +0100
Update preset-discovery extension id to follow the convention.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/factory/preset-discovery.h b/include/clap/factory/preset-discovery.h
@@ -49,7 +49,7 @@
// Use it to retrieve const clap_preset_discovery_factory_t* from
// clap_plugin_entry.get_factory()
static const CLAP_CONSTEXPR char CLAP_PRESET_DISCOVERY_FACTORY_ID[] =
- "clap.preset-discovery-factory";
+ "clap.preset-discovery-factory/2";
// The latest draft is 100% compatible
static const CLAP_CONSTEXPR char CLAP_PRESET_DISCOVERY_FACTORY_ID_COMPAT[] =