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 --- build2/cli/rule.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cli') 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)) {} -- cgit v1.1