diff options
Diffstat (limited to 'libbuild2/rule.hxx')
-rw-r--r-- | libbuild2/rule.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/rule.hxx b/libbuild2/rule.hxx index 298ed6b..ae9c865 100644 --- a/libbuild2/rule.hxx +++ b/libbuild2/rule.hxx @@ -179,6 +179,8 @@ namespace build2 virtual bool match (action, target&, const string&) const override; + using simple_rule::match; // To make Clang happy. + // Dump support. // virtual void |