aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build2/install/rule.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/install/rule.hxx b/build2/install/rule.hxx
index ffab206..b9699e3 100644
--- a/build2/install/rule.hxx
+++ b/build2/install/rule.hxx
@@ -41,6 +41,8 @@ namespace build2
class group_rule: public alias_rule
{
public:
+ using alias_rule::filter; // "Unhide" to make Clang happy.
+
// Return NULL if this group member should be ignored and pointer to its
// target otherwise. The default implementation accepts all members.
//