commit 684dd434ef129b410d6ca146d6adfb11bab4b123 parent cd1075cede364afaa3f4ef1f8d57bacb19236d4d Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Thu, 21 Jul 2022 14:20:52 +0200 Bad copy paste... Diffstat:
M | include/clap/ext/state.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/state.h b/include/clap/ext/state.h @@ -9,7 +9,7 @@ static CLAP_CONSTEXPR const char CLAP_EXT_STATE[] = "clap.state"; extern "C" { #endif -typedef struct clap_plugin_state { +typedef struct clap_plugin_state_context { // Saves the plugin state into stream. // Returns true if the state was correctly saved. // [main-thread]