aboutsummaryrefslogtreecommitdiff
path: root/build2/operation.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-12-17 10:50:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-12-17 10:50:57 +0200
commit78d21f22eb72a96d9e993e358743ed72349e4235 (patch)
tree7cbc4c200f23b0fba3d92f535f57463e0539ae63 /build2/operation.hxx
parentf9d759160eef1ca870edcbb9b87caa23f0c93a43 (diff)
Fix few issues with structured result output
Diffstat (limited to 'build2/operation.hxx')
-rw-r--r--build2/operation.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/operation.hxx b/build2/operation.hxx
index c157e0a..a65fc3d 100644
--- a/build2/operation.hxx
+++ b/build2/operation.hxx
@@ -258,7 +258,7 @@ namespace build2
const location&,
action_targets&);
- void (*match) (const values&, action, action_targets&);
+ void (*match) (const values&, action, action_targets&, bool quiet);
void (*execute) (const values&, action, action_targets&, bool quiet);
@@ -299,7 +299,7 @@ namespace build2
action_targets&);
void
- match (const values&, action, action_targets&);
+ match (const values&, action, action_targets&, bool quiet);
// Execute the action on the list of targets. This is the default
// implementation that does just that while issuing appropriate