From 3a6c4ab1b6fc79a6a543088553cdd6bc8cb0a1dd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 21 May 2018 21:10:09 +0300 Subject: Adapt to inventing package_name type --- bpkg/satisfaction.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bpkg/satisfaction.cxx') diff --git a/bpkg/satisfaction.cxx b/bpkg/satisfaction.cxx index a41b79a..e620d3b 100644 --- a/bpkg/satisfaction.cxx +++ b/bpkg/satisfaction.cxx @@ -100,7 +100,7 @@ namespace bpkg void satisfy_build2 (const common_options& o, - const string& pkg, + const package_name& pkg, const dependency& d) { assert (d.name == "build2"); @@ -157,7 +157,9 @@ namespace bpkg static version bpkg_version; void - satisfy_bpkg (const common_options&, const string& pkg, const dependency& d) + satisfy_bpkg (const common_options&, + const package_name& pkg, + const dependency& d) { assert (d.name == "bpkg"); -- cgit v1.1