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 e52fed9..87d79bb 100644 --- a/libbuild2/cc/compile-rule.hxx +++ b/libbuild2/cc/compile-rule.hxx @@ -134,7 +134,7 @@ namespace build2 pair<const file*, bool> enter_header (action, const scope&, file&, linfo, - path&&, bool, + path&&, bool, bool, optional<prefix_map>&, srcout_map&) const; optional<bool> |