From 6c75329acf6f9db2b612b6e1b43d011f3cd76e03 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 18 Sep 2024 11:34:39 +0200 Subject: [PATCH] Fix compilation --- include/clap/ext/draft/undo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/ext/draft/undo.h b/include/clap/ext/draft/undo.h index 4f03ce61..56a3f4cd 100644 --- a/include/clap/ext/draft/undo.h +++ b/include/clap/ext/draft/undo.h @@ -117,7 +117,7 @@ typedef struct clap_plugin_undo_state { // Returns true if the state was correctly restored. // [main-thread] bool(CLAP_ABI *load)(const clap_plugin_t *plugin, const clap_istream_t *stream); -} clap_plugin_state_t; +} clap_plugin_undo_state_t; // Use CLAP_EXT_UNDO_CONTEXT // This is an optional interface, that the plugin can implement in order to know about