aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/build/script/parser.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-05-19 19:57:46 +0300
committerBoris Kolpackov <boris@codesynthesis.com>2020-05-27 08:35:29 +0200
commit51ae6dcf64ce1de3f0f28228050c7db1776e5b1b (patch)
treee4dac1b667de57d56d8a831235fc3b04e3700031 /libbuild2/build/script/parser.hxx
parent52f3c1825660cbf9a5b39abbbbd04bc4f8172f69 (diff)
Remove redundant script member from build::script::environment class
Diffstat (limited to 'libbuild2/build/script/parser.hxx')
-rw-r--r--libbuild2/build/script/parser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/build/script/parser.hxx b/libbuild2/build/script/parser.hxx
index 40f4c62..7183509 100644
--- a/libbuild2/build/script/parser.hxx
+++ b/libbuild2/build/script/parser.hxx
@@ -68,7 +68,7 @@ namespace build2
//
public:
void
- execute (environment&, runner&);
+ execute (const script&, environment&, runner&);
protected:
void