aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-repository.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-01-20 13:50:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-01-20 13:50:18 +0300
commit566916d41bbb1c0f57b9f708b37759129bc3fbc4 (patch)
treeada9a47169d7db9de048d3d16e4ea72f83a0930a /bpkg/system-repository.hxx
parent2f4f82143438536120eac9320a42872e787c8ac4 (diff)
Install binary distribution packages
Diffstat (limited to 'bpkg/system-repository.hxx')
-rw-r--r--bpkg/system-repository.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/system-repository.hxx b/bpkg/system-repository.hxx
index 8171a0c..31e14d1 100644
--- a/bpkg/system-repository.hxx
+++ b/bpkg/system-repository.hxx
@@ -50,7 +50,7 @@ namespace bpkg
const system_package_status* = nullptr);
const system_package*
- find (const package_name& name)
+ find (const package_name& name) const
{
auto i (map_.find (name));
return i != map_.end () ? &i->second : nullptr;