Skip to content

Commit

Permalink
Update preset-discovery extension id to follow the convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Jan 12, 2024
1 parent 42a9ee2 commit abcd29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/factory/preset-discovery.h
Original file line number Diff line number Diff line change
Expand Up @@ -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[] =
Expand Down

0 comments on commit abcd29b

Please sign in to comment.