From 9400ddfc949025abddb04344624fba3945562d33 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Mar 2019 14:30:28 +0200 Subject: Move bunch of root scope-only data members to root_extra --- build2/config/utility.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/config/utility.cxx') diff --git a/build2/config/utility.cxx b/build2/config/utility.cxx index d2e8699..cc89d2f 100644 --- a/build2/config/utility.cxx +++ b/build2/config/utility.cxx @@ -141,7 +141,7 @@ namespace build2 // The project might not be using the config module. But then how // could we be configuring it? Good question. // - if (module* m = r.modules.lookup (module::name)) + if (module* m = r.lookup_module (module::name)) m->save_variable (var, flags); } @@ -151,7 +151,7 @@ namespace build2 if (current_mif->id != configure_id) return; - if (module* m = r.modules.lookup (module::name)) + if (module* m = r.lookup_module (module::name)) m->save_module (name, prio); } -- cgit v1.1