From 8c9507cabeca6af8d0320fbbb2d20d6ee7215b0e Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Tue, 17 Oct 2023 10:40:25 +0200 Subject: [PATCH] Work on clap 1.1.9 --- clap | 2 +- clap-helpers | 2 +- plugins/core-plugin.cc | 2 +- vcpkg | 2 +- yas | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clap b/clap index 41964fa..92d7ebe 160000 --- a/clap +++ b/clap @@ -1 +1 @@ -Subproject commit 41964fa3f44fdbf6feb20df528a9cdf2cc3b05ba +Subproject commit 92d7ebe55dafa47c20b9b5d5543b35abc21c4600 diff --git a/clap-helpers b/clap-helpers index e79fd91..e0a1591 160000 --- a/clap-helpers +++ b/clap-helpers @@ -1 +1 @@ -Subproject commit e79fd911e79bcfffd51d5a60c5feec3374579934 +Subproject commit e0a15917f6586f16a908fda2162be376a01a8812 diff --git a/plugins/core-plugin.cc b/plugins/core-plugin.cc index 9226f12..2653c2c 100644 --- a/plugins/core-plugin.cc +++ b/plugins/core-plugin.cc @@ -37,7 +37,7 @@ namespace clap { CorePlugin::CorePlugin(std::unique_ptr &&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); } diff --git a/vcpkg b/vcpkg index c43dbae..e57b216 160000 --- a/vcpkg +++ b/vcpkg @@ -1 +1 @@ -Subproject commit c43dbaeca0f96d90da29a151eb2ee14cad5f0aeb +Subproject commit e57b2167e66c847f991bd6bce1355b85acd944e8 diff --git a/yas b/yas index b1d0519..7c5ced1 160000 --- a/yas +++ b/yas @@ -1 +1 @@ -Subproject commit b1d0519a2d2d52beb4f6b253f0b30f742116cbcb +Subproject commit 7c5ced1d940ddc6826cf537468e65ea1f592bfe4