commit 71f05a7526a640429dbc9b798b84aad55a03faf5
parent a8b3f1e0bdb21df8b6dd52eb4619981e0b82b261
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Tue, 16 Jan 2024 09:59:22 +0100
doc
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/state.h b/include/clap/ext/state.h
@@ -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";