Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Jan 16, 2024
1 parent a8b3f1e commit 71f05a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/ext/state.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
///
/// If you need to know if the save/load operation is meant for duplicating a plugin
/// instance, for saving/loading a plugin preset or while saving/loading the project
/// then have a look at clap_plugin_state_context_t.
/// then consider implementing CLAP_EXT_STATE_CONTEXT in addition to CLAP_EXT_STATE.

static CLAP_CONSTEXPR const char CLAP_EXT_STATE[] = "clap.state";

Expand Down

0 comments on commit 71f05a7

Please sign in to comment.