aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-status.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-status.cxx')
-rw-r--r--bpkg/pkg-status.cxx6
1 files changed, 3 insertions, 3 deletions
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<package> p;
+ shared_ptr<selected_package> p;
{
- using query = query<package>;
+ using query = query<selected_package>;
query q (query::name == n);
if (!v.empty ())
q = q && query::version == v;
- p = db.query_one<package> (q);
+ p = db.query_one<selected_package> (q);
}
// Now look for available packages. If the user specified the version