aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/rule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli/rule.hxx')
-rw-r--r--build2/cli/rule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cli/rule.hxx b/build2/cli/rule.hxx
index b3ecc2c..0538c57 100644
--- a/build2/cli/rule.hxx
+++ b/build2/cli/rule.hxx
@@ -29,7 +29,7 @@ namespace build2
compile_rule (data&& d): data (move (d)) {}
virtual bool
- match (action, target&, const string&) const override;
+ match (action, target&) const override;
virtual recipe
apply (action, target&) const override;