From 48c1ba804aa5faba05de076205c6582566caf460 Mon Sep 17 00:00:00 2001 From: jatin Date: Sat, 12 Oct 2024 17:12:56 -0700 Subject: [PATCH] Fixing typedef declaration --- include/clap/ext/draft/scratch-memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/ext/draft/scratch-memory.h b/include/clap/ext/draft/scratch-memory.h index e787d4ee..a79532d5 100644 --- a/include/clap/ext/draft/scratch-memory.h +++ b/include/clap/ext/draft/scratch-memory.h @@ -36,7 +36,7 @@ typedef struct clap_host_scratch_memory { // // [audio-thread] void*(CLAP_ABI *access)(const clap_host_t *host); -}; +} clap_host_scratch_memory_t; #ifdef __cplusplus }