aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/compile.hxx')
-rw-r--r--build2/cc/compile.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/compile.hxx b/build2/cc/compile.hxx
index bee13f2..47b966e 100644
--- a/build2/cc/compile.hxx
+++ b/build2/cc/compile.hxx
@@ -80,9 +80,9 @@ namespace build2
const target_type*
map_extension (const scope&, const string&, const string&) const;
- // Header dependency injection.
+ // Header dependency injection. Return true if any were updated.
//
- void
+ bool
inject (action, target&, lorder, const file&, depdb&) const;
private: