aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/adhoc-rule-buildscript.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/adhoc-rule-buildscript.hxx')
-rw-r--r--libbuild2/adhoc-rule-buildscript.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/libbuild2/adhoc-rule-buildscript.hxx b/libbuild2/adhoc-rule-buildscript.hxx
index 38cce1e..bf14472 100644
--- a/libbuild2/adhoc-rule-buildscript.hxx
+++ b/libbuild2/adhoc-rule-buildscript.hxx
@@ -22,9 +22,8 @@ namespace build2
public adhoc_rule_with_deadline
{
public:
- virtual bool
- match (action, target&, const string&, match_extra&,
- optional<action>) const override;
+ virtual optional<action>
+ reverse_fallback (action, const target_type&) const override;
virtual recipe
apply (action, target&, match_extra&) const override;