Skip to content

Commit

Permalink
Fix calls
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed May 29, 2024
1 parent 1ca88fe commit 5e81ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/plugin/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ extern "C" const clap_plugin_entry_t clap_entry =
DBG ("clap_plugin_entry_t::init");

yup::initialiseJuce_GUI();
yup::staticInitialisation();
yup::initialiseYup_Windowing();

return true;
},
Expand All @@ -807,7 +807,7 @@ extern "C" const clap_plugin_entry_t clap_entry =
{
DBG ("clap_plugin_entry_t::deinit");

yup::staticFinalisation();
yup::shutdownYup_Windowing();
yup::shutdownJuce_GUI();
},

Expand Down

0 comments on commit 5e81ed2

Please sign in to comment.