diff options
Diffstat (limited to 'libbuild2/adhoc-rule-regex-pattern.hxx')
-rw-r--r-- | libbuild2/adhoc-rule-regex-pattern.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/adhoc-rule-regex-pattern.hxx b/libbuild2/adhoc-rule-regex-pattern.hxx index eb75ea0..9cb7874 100644 --- a/libbuild2/adhoc-rule-regex-pattern.hxx +++ b/libbuild2/adhoc-rule-regex-pattern.hxx @@ -35,7 +35,7 @@ namespace build2 match (action, const target&, const string&, match_extra&) const override; virtual void - apply_adhoc_members (action, target&, + apply_group_members (action, target&, const scope&, match_extra&) const override; |