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 }