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/in/rule.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/in') diff --git a/libbuild2/in/rule.hxx b/libbuild2/in/rule.hxx index 653818f..cf67060 100644 --- a/libbuild2/in/rule.hxx +++ b/libbuild2/in/rule.hxx @@ -23,7 +23,7 @@ namespace build2 // Note also that currently this rule ignores the dry-run mode (see // perform_update() for the rationale). // - class LIBBUILD2_IN_SYMEXPORT rule: public build2::rule + class LIBBUILD2_IN_SYMEXPORT rule: public simple_rule { public: // The rule id is used to form the rule name/version entry in depdb. The -- cgit v1.1