clap

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

commit 6ff670378e426f3c44f0e5c2b371d81c6fe5d332
parent 2dae69aa19a0e6d85ebc35685308c2af4b931ccf
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 29 Sep 2014 13:37:06 +0200

Remove unecessary const

Diffstat:
Mclap.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clap.h b/clap.h @@ -196,7 +196,7 @@ struct clap_plugin void (*close_gui)(struct clap_plugin *plugin); }; -const struct clap_plugin * +struct clap_plugin * clap_create(uint32_t plugin_index, struct clap_host *host, uint32_t sample_rate); #endif /* !CLAP_H */