From 4b15244f65eb246d4e5d98ebfc1aa3137dc7275e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Jul 2020 09:30:52 +0200 Subject: Add ability to extend rule interface in source-compatible manner --- libbuild2/test/rule.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/test') 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 -- cgit v1.1