diff options
Diffstat (limited to 'bpkg/pkg-configure.hxx')
-rw-r--r-- | bpkg/pkg-configure.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bpkg/pkg-configure.hxx b/bpkg/pkg-configure.hxx index 1b92281..5d6b2eb 100644 --- a/bpkg/pkg-configure.hxx +++ b/bpkg/pkg-configure.hxx @@ -43,8 +43,7 @@ namespace bpkg transaction&, const shared_ptr<selected_package>&, const dependencies&, - package_skeleton&, - const strings& config_vars, + package_skeleton&&, bool simulate, const function<find_database_function>& = {}); |