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.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bpkg/satisfaction.hxx') diff --git a/bpkg/satisfaction.hxx b/bpkg/satisfaction.hxx index 85733c7..c79d1fb 100644 --- a/bpkg/satisfaction.hxx +++ b/bpkg/satisfaction.hxx @@ -41,10 +41,12 @@ namespace bpkg // Special build-time dependencies. // void - satisfy_build2 (const common_options&, const string& pkg, const dependency&); + satisfy_build2 (const common_options&, + const package_name&, + const dependency&); void - satisfy_bpkg (const common_options&, const string& pkg, const dependency&); + satisfy_bpkg (const common_options&, const package_name&, const dependency&); } #endif // BPKG_SATISFACTION_HXX -- cgit v1.1