From f82ed52a4959cecae176600180f967328d924ce6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 6 Oct 2015 10:12:14 +0200 Subject: Rename package to selected_package, state to package_state --- bpkg/pkg-status.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-status.cxx') diff --git a/bpkg/pkg-status.cxx b/bpkg/pkg-status.cxx index 196106a..c1cd12f 100644 --- a/bpkg/pkg-status.cxx +++ b/bpkg/pkg-status.cxx @@ -46,15 +46,15 @@ namespace bpkg // First search in the packages that already exist in this configuration. // - shared_ptr p; + shared_ptr p; { - using query = query; + using query = query; query q (query::name == n); if (!v.empty ()) q = q && query::version == v; - p = db.query_one (q); + p = db.query_one (q); } // Now look for available packages. If the user specified the version -- cgit v1.1