Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jun 10, 2024
1 parent b092d65 commit f07fc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clap-first-example/distortion_clap_entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f07fc6f

Please sign in to comment.