diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-13 09:30:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-13 09:30:52 +0200 |
commit | 4b15244f65eb246d4e5d98ebfc1aa3137dc7275e (patch) | |
tree | 7bb1564772662ef22ea0dc12788938b28213b57c /libbuild2/cc/compile-rule.hxx | |
parent | db73844a1e11787025a8642f69a52b5f9c87aea2 (diff) |
Add ability to extend rule interface in source-compatible manner
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 051b2e3..d6cb002 100644 --- a/libbuild2/cc/compile-rule.hxx +++ b/libbuild2/cc/compile-rule.hxx @@ -36,7 +36,7 @@ namespace build2 size_t copied; // First copied-over bmi*{}, 0 if none. }; - class LIBBUILD2_CC_SYMEXPORT compile_rule: public rule, virtual common + class LIBBUILD2_CC_SYMEXPORT compile_rule: public simple_rule, virtual common { public: compile_rule (data&&); |