From f07fc6fa1ffa8e52501c418733787c210b6f7c28 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 10 Jun 2024 10:36:36 -0400 Subject: [PATCH] another --- tests/clap-first-example/distortion_clap_entry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/clap-first-example/distortion_clap_entry.cpp b/tests/clap-first-example/distortion_clap_entry.cpp index 47159416..77c7aeed 100644 --- a/tests/clap-first-example/distortion_clap_entry.cpp +++ b/tests/clap-first-example/distortion_clap_entry.cpp @@ -41,7 +41,7 @@ static const void *entry_get_factory(const char *factory_id) return nullptr; } -const CLAP_EXPORT struct clap_plugin_entry clap_entry = { +CLAP_EXPORT const struct clap_plugin_entry clap_entry = { CLAP_VERSION, entry_init, entry_deinit,