Adjust to fixed in::rule interface

This commit is contained in:
Boris Kolpackov 2021-11-29 13:41:43 +02:00
parent f0715ced26
commit ee8622ee17
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ namespace build2
void rule:: void rule::
process (const location& l, process (const location& l,
action a, const target& t, action a, const target& t,
depdb& dd, size_t dd_skip, depdb& dd, size_t& dd_skip,
string& s, size_t b, string& s, size_t b,
const char* nl, const char* nl,
char sym, char sym,

View File

@ -30,7 +30,7 @@ namespace build2
virtual void virtual void
process (const location&, process (const location&,
action, const target&, action, const target&,
depdb&, size_t, depdb&, size_t&,
string&, size_t, string&, size_t,
const char*, const char*,
char, char,