From 09b1d3ff6e0d0db3210207b94c6106ea647e9318 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Sep 2021 08:28:53 +0200 Subject: Add argument grouping support for dependencies in bdep-{sync,init} --- bdep/sync.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/sync.hxx') diff --git a/bdep/sync.hxx b/bdep/sync.hxx index d3f5429..4e092dc 100644 --- a/bdep/sync.hxx +++ b/bdep/sync.hxx @@ -39,8 +39,8 @@ namespace bdep cmd_sync (const common_options&, const dir_path& prj, const shared_ptr&, - const strings& pkg_args, bool implicit, + const strings& pkg_args = strings (), bool fetch = true, bool yes = true, bool name_cfg = false, -- cgit v1.1