aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm.hxx')
-rw-r--r--build2/algorithm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/algorithm.hxx b/build2/algorithm.hxx
index 5b52069..aef72cb 100644
--- a/build2/algorithm.hxx
+++ b/build2/algorithm.hxx
@@ -332,7 +332,7 @@ namespace build2
// Note that because we use mtime, this function should normally only be
// used in the perform_update action (which is straight).
//
- using prerequisite_filter = function<bool (const target&)>;
+ using prerequisite_filter = function<bool (const target&, size_t pos)>;
optional<target_state>
execute_prerequisites (action, const target&,