aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/adhoc-rule-cxx.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/adhoc-rule-cxx.cxx')
-rw-r--r--libbuild2/adhoc-rule-cxx.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/adhoc-rule-cxx.cxx b/libbuild2/adhoc-rule-cxx.cxx
index 3f52b53..55f8ccb 100644
--- a/libbuild2/adhoc-rule-cxx.cxx
+++ b/libbuild2/adhoc-rule-cxx.cxx
@@ -38,7 +38,8 @@ namespace build2
}
bool adhoc_cxx_rule::
- recipe_text (context&, const target&, string&& t, attributes&)
+ recipe_text (context&, const target&, const adhoc_actions&,
+ string&& t, attributes&)
{
code = move (t);
return true;