aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-configuration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/package-configuration.cxx')
-rw-r--r--bpkg/package-configuration.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/package-configuration.cxx b/bpkg/package-configuration.cxx
index 9375a7c..b6c153f 100644
--- a/bpkg/package-configuration.cxx
+++ b/bpkg/package-configuration.cxx
@@ -121,7 +121,7 @@ namespace bpkg
pos.first--; pos.second--; // Convert to 0-base.
const dependency_alternative& da (
- dept.available.get ().dependencies[pos.first][pos.second]);
+ dept.available->dependencies[pos.first][pos.second]);
assert (da.require || da.prefer);