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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/cli/rule.hxx b/build2/cli/rule.hxx
index 9af1da4..ba6337a 100644
--- a/build2/cli/rule.hxx
+++ b/build2/cli/rule.hxx
@@ -16,12 +16,12 @@ namespace build2
{
// @@ Redo as two separate rules?
//
- class compile: public rule
+ class compile_rule: public rule
{
public:
- compile () {}
+ compile_rule () {}
- virtual match_result
+ virtual bool
match (action, target&, const string&) const override;
virtual recipe