Skip to content

Commit

Permalink
changing state-context id to 'clap.state-context/2'
Browse files Browse the repository at this point in the history
  • Loading branch information
defiantnerd committed Dec 28, 2023
1 parent 6f0a98e commit 01296c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/ext/state-context.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
extern "C" {
#endif

static CLAP_CONSTEXPR const char CLAP_EXT_STATE_CONTEXT[] = "clap.state-context.draft/2";
static CLAP_CONSTEXPR const char CLAP_EXT_STATE_CONTEXT[] = "clap.state-context/2";

enum clap_plugin_state_context_type {
// suitable for loading a state as a preset
Expand Down

0 comments on commit 01296c4

Please sign in to comment.