diff options
Diffstat (limited to 'libbuild2/cc/compile-rule.hxx')
-rw-r--r-- | libbuild2/cc/compile-rule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.hxx b/libbuild2/cc/compile-rule.hxx index 4ee0725..051b2e3 100644 --- a/libbuild2/cc/compile-rule.hxx +++ b/libbuild2/cc/compile-rule.hxx @@ -125,7 +125,7 @@ namespace build2 optional<prefix_map>&, srcout_map&) const; optional<bool> - inject_header (action, file&, const file&, bool, timestamp) const; + inject_header (action, file&, const file&, timestamp, bool) const; pair<auto_rmfile, bool> extract_headers (action, const scope&, file&, linfo, |