diff options
Diffstat (limited to 'libbuild2/cc/common.hxx')
-rw-r--r-- | libbuild2/cc/common.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libbuild2/cc/common.hxx b/libbuild2/cc/common.hxx index 758c675..77819db 100644 --- a/libbuild2/cc/common.hxx +++ b/libbuild2/cc/common.hxx @@ -282,7 +282,9 @@ namespace build2 bool, lflags, const function<bool (const target&, bool)>&, - const function<void (const target* const*, const string&, lflags, bool)>&, + const function<void (const target* const*, + const small_vector<reference_wrapper<const string>, 2>&, + lflags, bool)>&, const function<void (const target&, const string&, bool, bool)>&, bool = false, small_vector<const target*, 16>* = nullptr) const; |