From 1bb564a690e2661094e9071d4003638390a5a6fe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Feb 2018 12:02:32 +0200 Subject: Fix test and install rules to handle see-through groups correctly --- build2/cc/install-rule.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/cc/install-rule.hxx') diff --git a/build2/cc/install-rule.hxx b/build2/cc/install-rule.hxx index ac2f93a..dbbe4e5 100644 --- a/build2/cc/install-rule.hxx +++ b/build2/cc/install-rule.hxx @@ -33,7 +33,7 @@ namespace build2 install_rule (data&&, const link_rule&); virtual const target* - filter (action, const target&, prerequisite_member) const override; + filter (action, const target&, prerequisite_iterator&) const override; virtual bool match (action, target&, const string&) const override; @@ -63,7 +63,7 @@ namespace build2 libux_install_rule (data&&, const link_rule&); virtual const target* - filter (action, const target&, prerequisite_member) const override; + filter (action, const target&, prerequisite_iterator&) const override; virtual bool match (action, target&, const string&) const override; -- cgit v1.1