Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinitou committed Feb 9, 2024
2 parents 0e0a981 + 55ce91f commit 27b5adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/helpers/plugin-proxy.hh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ namespace clap { namespace helpers {
public PluginThreadPoolProxy<h, l>,
public PluginTimerSupportProxy<h, l> {
public:
PluginProxy(const clap_plugin& plugin, const Host<h, l>& host) : _plugin{plugin}, _host{host} {}
PluginProxy(const clap_plugin& plugin, const Host<h, l>& host) : _host{host}, _plugin{plugin} {}

/////////////////
// clap_plugin //
Expand Down

0 comments on commit 27b5adc

Please sign in to comment.