diff options
Diffstat (limited to 'libbuild2/version')
-rw-r--r-- | libbuild2/version/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/version/init.cxx b/libbuild2/version/init.cxx index ea4c71a..f69e416 100644 --- a/libbuild2/version/init.cxx +++ b/libbuild2/version/init.cxx @@ -224,7 +224,7 @@ namespace build2 // Note also that we have "gifted" the config.version variable name to // the config module. // - auto& vp (ctx.var_pool.rw (rs)); + auto& vp (rs.var_pool ()); auto set = [&vp, &rs] (const char* var, auto val) { |