diff options
Diffstat (limited to 'libbuild2/bash/init.cxx')
-rw-r--r-- | libbuild2/bash/init.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/bash/init.cxx b/libbuild2/bash/init.cxx index ed84265..0dc4bab 100644 --- a/libbuild2/bash/init.cxx +++ b/libbuild2/bash/init.cxx @@ -27,10 +27,9 @@ namespace build2 init (scope& rs, scope& bs, const location& l, - unique_ptr<module_base>&, bool first, bool, - const variable_map&) + module_init_extra&) { tracer trace ("bash::init"); l5 ([&]{trace << "for " << bs;}); |