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/cc/compile-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/compile-rule.cxx') diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index e0faf7f..4d6068d 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -3981,7 +3981,7 @@ namespace build2 // #ifndef NDEBUG assert (ps->root ()); - const module* m (ps->modules.lookup (x)); + const module* m (ps->lookup_module (x)); assert (m != nullptr && m->modules); #endif } -- cgit v1.1