From ccb417a7c1456427b76914e8a11ca87b4926eeb3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Jan 2020 08:41:57 +0200 Subject: Use scope::var_pool() --- libbuild2/file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/file.cxx') diff --git a/libbuild2/file.cxx b/libbuild2/file.cxx index be85745..e6975cd 100644 --- a/libbuild2/file.cxx +++ b/libbuild2/file.cxx @@ -1343,7 +1343,7 @@ namespace build2 // over anything that we may discover. In particular, we will prefer it // over any bundled subprojects. // - auto& vp (ctx.var_pool.rw (iroot)); + auto& vp (iroot.var_pool ()); for (;;) // Break-out loop. { -- cgit v1.1