From c4fcbad1cb603756dc4dac65392feb86be1a722d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Jan 2020 09:19:06 +0200 Subject: Rename module_base to module, redo module boot/init argument passing --- libbuild2/scope.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/scope.hxx') diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx index dd2831c..f9dd8d9 100644 --- a/libbuild2/scope.hxx +++ b/libbuild2/scope.hxx @@ -399,7 +399,7 @@ namespace build2 bool find_module (const string& name) const { - return root_extra->modules.find_module (name) != nullptr; + return root_extra->modules.find_module (name) != nullptr; } template -- cgit v1.1