clap

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

commit f76cc4971286d3640ddd8ded4f8e5a1a5f7b9926
parent 542262838c5b42db2316527126010450b5157c8e
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Sun, 25 Apr 2021 13:25:28 +0200

oups

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

diff --git a/include/clap/ext/draft/ev-loop.h b/include/clap/ext/draft/ev-loop.h @@ -6,7 +6,7 @@ extern "C" { #include "../../clap.h" -#define CLAP_EXT_POLL "clap/draft/ev-loop" +#define CLAP_EXT_EV_LOOP "clap/draft/ev-loop" enum { CLAP_EV_LOOP_READ = 1,