Skip to content

Commit

Permalink
Test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinitou committed Feb 8, 2024
1 parent 7b53a68 commit 17190d5
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
@@ -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 //

0 comments on commit 17190d5

Please sign in to comment.