diff options
Diffstat (limited to 'libbuild2/test/rule.hxx')
-rw-r--r-- | libbuild2/test/rule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/test/rule.hxx b/libbuild2/test/rule.hxx index bc39f50..e96b68b 100644 --- a/libbuild2/test/rule.hxx +++ b/libbuild2/test/rule.hxx @@ -16,7 +16,7 @@ namespace build2 { namespace test { - class rule: public build2::rule, protected virtual common + class rule: public simple_rule, protected virtual common { public: virtual bool |