diff options
Diffstat (limited to 'libbuild2/in/rule.hxx')
-rw-r--r-- | libbuild2/in/rule.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/in/rule.hxx b/libbuild2/in/rule.hxx index ff7a2f3..1294586 100644 --- a/libbuild2/in/rule.hxx +++ b/libbuild2/in/rule.hxx @@ -96,7 +96,7 @@ namespace build2 optional<string> substitute (const location&, action, const target&, - depdb& dd, size_t dd_skip, + depdb& dd, size_t& dd_skip, const string& name, optional<uint64_t> flags, bool strict, @@ -108,7 +108,7 @@ namespace build2 virtual void process (const location&, action, const target&, - depdb& dd, size_t dd_skip, + depdb& dd, size_t& dd_skip, string& line, size_t pos, const char* newline, char sym, |