diff options
Diffstat (limited to 'libbuild2/algorithm.hxx')
-rw-r--r-- | libbuild2/algorithm.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbuild2/algorithm.hxx b/libbuild2/algorithm.hxx index aa0ec44..93a609f 100644 --- a/libbuild2/algorithm.hxx +++ b/libbuild2/algorithm.hxx @@ -508,9 +508,9 @@ namespace build2 // ((prerequisite_target::include & mask) == value) condition. // LIBBUILD2_SYMEXPORT void - match_members (action a, - const target& t, - prerequisite_targets& ts, + match_members (action, + const target&, + prerequisite_targets&, size_t start = 0, pair<uintptr_t, uintptr_t> include = {0, 0}); |