diff options
Diffstat (limited to 'build2/operation.hxx')
-rw-r--r-- | build2/operation.hxx | 4 |
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 |