clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 9ef394a67f1943c3888c6af52dd3ab787423123e
parent 684dd434ef129b410d6ca146d6adfb11bab4b123
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Thu, 21 Jul 2022 14:22:34 +0200

Revert "Bad copy paste..."

This reverts commit 684dd434ef129b410d6ca146d6adfb11bab4b123.

Diffstat:
Minclude/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_context { +typedef struct clap_plugin_state { // Saves the plugin state into stream. // Returns true if the state was correctly saved. // [main-thread]