diff options
Diffstat (limited to 'libbuild2/adhoc-rule-cxx.hxx')
-rw-r--r-- | libbuild2/adhoc-rule-cxx.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/adhoc-rule-cxx.hxx b/libbuild2/adhoc-rule-cxx.hxx index 8254906..0ca6038 100644 --- a/libbuild2/adhoc-rule-cxx.hxx +++ b/libbuild2/adhoc-rule-cxx.hxx @@ -72,8 +72,7 @@ namespace build2 optional<string> sep); virtual bool - recipe_text (context&, const scope&, const target*, - string&&, attributes&) override; + recipe_text (const scope&, string&&, attributes&) override; virtual ~adhoc_cxx_rule () override; |