commit fbdc3ac8c440af97b554f7aa4f67b622c0dab1cf
parent 4b253aeff7be4a603611aa25388a6e263f40ebfe
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Mon, 12 Sep 2022 13:41:21 +0200
Missing _t
Fixes #146
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/draft/check-for-update.h b/include/clap/ext/draft/check-for-update.h
@@ -19,7 +19,7 @@ typedef struct clap_check_for_update_info {
typedef struct clap_plugin_check_for_update {
// [main-thread]
void(CLAP_ABI *check)(const clap_plugin_t *plugin, bool include_preview);
-} clap_plugin_check_for_update;
+} clap_plugin_check_for_update_t;
typedef struct clap_host_check_for_update {
// [main-thread]