diff options
Diffstat (limited to 'libbuild2/dist/rule.hxx')
-rw-r--r-- | libbuild2/dist/rule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 () {} |