aboutsummaryrefslogtreecommitdiff
path: root/bdep/init.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-15 23:34:56 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-17 18:45:28 +0300
commit064b22135afaf701f7f689ef75136298b9a0d278 (patch)
tree0f09134db6c125eb33e848c79fadcd893b7b25d6 /bdep/init.hxx
parentd2cc9eb93efbb34f5c88d672e04b126b0c422bb3 (diff)
Allow specifying pkg-args in bdep-init -A and -C forms
Diffstat (limited to 'bdep/init.hxx')
-rw-r--r--bdep/init.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/init.hxx b/bdep/init.hxx
index bceb850..059f736 100644
--- a/bdep/init.hxx
+++ b/bdep/init.hxx
@@ -22,7 +22,7 @@ namespace bdep
const package_locations&,
database&,
const dir_path& cfg,
- cli::scanner& cfg_args,
+ const strings& cfg_args,
bool config_add_specified,
bool config_create_specified);