aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/adhoc-rule-cxx.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-06-08 15:30:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-06-08 15:30:35 +0200
commit26750bd14c715bb616d1779f031b8f5b0ced1bbf (patch)
treef67a1e04ad756b1462cb303dbabba01099106950 /libbuild2/adhoc-rule-cxx.hxx
parent41cdd833e6ea37752be183541cfa5c5fbdc11ab1 (diff)
Redo low verbosity diagnostic deduction to use scope instead of targetadhoc-rule
Diffstat (limited to 'libbuild2/adhoc-rule-cxx.hxx')
-rw-r--r--libbuild2/adhoc-rule-cxx.hxx3
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;