From 5cefca444f7062c61cc9d118ffea5901e05186fd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Feb 2017 07:42:41 +0200 Subject: Implement parallel operation execution --- build2/operation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/operation') diff --git a/build2/operation b/build2/operation index 4af306d..700ee7e 100644 --- a/build2/operation +++ b/build2/operation @@ -211,7 +211,7 @@ namespace build2 void (*match) (action, action_targets&); - void (*execute) (action, const action_targets&, bool quiet); + void (*execute) (action, action_targets&, bool quiet); void (*operation_post) (operation_id); // End of operation batch. void (*meta_operation_post) (); // End of meta-operation batch. -- cgit v1.1