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 64f1614..b3ecc2c 100644
--- a/build2/cli/rule.hxx
+++ b/build2/cli/rule.hxx
@@ -23,7 +23,7 @@ namespace build2
// @@ Redo as two separate rules?
//
- class compile_rule: public rule, virtual data
+ class compile_rule: public simple_rule, virtual data
{
public:
compile_rule (data&& d): data (move (d)) {}