Skip to content

Commit

Permalink
Fix factory id identifier name
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Dec 23, 2023
1 parent 71997ee commit 29a0b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/factory/draft/plugin-state-converter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 29a0b08

Please sign in to comment.