Skip to content

Commit

Permalink
Initializer Re-order merged into next
Browse files Browse the repository at this point in the history
Merge commit '55ce91f' into next, which should have been targeted
here not main in the PR

Again a faulty merge into main. Apologies
  • Loading branch information
baconpaul committed Feb 9, 2024
2 parents af9ce74 + 55ce91f commit df7ef08
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 @@ -10,7 +10,7 @@ namespace clap { namespace helpers {
template <MisbehaviourHandler h, CheckingLevel l>
class PluginProxy {
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 df7ef08

Please sign in to comment.