Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jan 22, 2025
1 parent 917a6ec commit b4d8ab9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/clap-first/scxt-plugin/scxt-clap-entry-impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ const void *get_factory(const char *factory_id)
}

// clap_init and clap_deinit are required to be fast, but we have nothing we need to do here
bool clap_init(const char *p) {
bool clap_init(const char *p)
{
// sst::plugininfra::misc_platform::allocateConsole();
return true;
}
Expand Down

0 comments on commit b4d8ab9

Please sign in to comment.