Skip to content

Commit

Permalink
Work on clap 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Oct 17, 2023
1 parent 282c101 commit 8c9507c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/core-plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace clap {
CorePlugin::CorePlugin(std::unique_ptr<PathProvider> &&pathProvider,
const clap_plugin_descriptor *desc,
const clap_host *host)
: Plugin(desc, host), _pathProvider(std::move(pathProvider)) {
: Plugin(desc, *host), _pathProvider(std::move(pathProvider)) {
assert(_pathProvider);
}

Expand Down
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 5852 files
2 changes: 1 addition & 1 deletion yas
Submodule yas updated 248 files

0 comments on commit 8c9507c

Please sign in to comment.