clap

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

commit 1b291f642d630a087398a12edb48fae42703cae1
parent 26054d0ee33737a81cea5c27eeb6c385304d3000
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 28 Nov 2022 13:55:04 +0100

Fix typo

Diffstat:
Minclude/clap/ext/draft/remote-controls.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/draft/remote-controls.h b/include/clap/ext/draft/remote-controls.h @@ -57,7 +57,7 @@ typedef struct clap_plugin_remote_controls { clap_remote_controls_page_t *page); } clap_plugin_remote_controls_t; -typedef struct clap_host_remotecontrols { +typedef struct clap_host_remote_controls { // Informs the host that the remote controls have changed. // [main-thread] void(CLAP_ABI *changed)(const clap_host_t *host);