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/dist/rule.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/dist') diff --git a/libbuild2/dist/rule.hxx b/libbuild2/dist/rule.hxx index 28caa68..e63016d 100644 --- a/libbuild2/dist/rule.hxx +++ b/libbuild2/dist/rule.hxx @@ -23,7 +23,7 @@ namespace build2 // bin::lib_rule for an example). Note that in the latter case the rule // should "see" all its members for the dist case. // - class rule: public build2::rule + class rule: public simple_rule { public: rule () {} -- cgit v1.1