aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-build.cxx')
-rw-r--r--bpkg/pkg-build.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx
index fc049a6..c9e138a 100644
--- a/bpkg/pkg-build.cxx
+++ b/bpkg/pkg-build.cxx
@@ -5169,7 +5169,7 @@ namespace bpkg
// If this dependent is present in postponed_deps, then it
// means someone depends on it with configuration and it's no
// longer considered an existing dependent (it will be
- // reconfigured). However, this fact may not be reflected
+ // reconfigured). However, this fact may not be reflected
// yet. And it can actually turn out bogus.
//
auto pi (postponed_deps.find (cp));
@@ -5236,7 +5236,7 @@ namespace bpkg
if (ed.reevaluated)
continue;
- config_package cp (d.first);
+ const config_package& cp (d.first);
packages& ds (ed.dependencies);
pair<shared_ptr<available_package>,