aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/install
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/install')
-rw-r--r--build2/cc/install8
1 files changed, 4 insertions, 4 deletions
diff --git a/build2/cc/install b/build2/cc/install
index f676d72..e229e94 100644
--- a/build2/cc/install
+++ b/build2/cc/install
@@ -24,14 +24,14 @@ namespace build2
public:
install (data&&, const link&);
- virtual target*
- filter (slock&, action, target&, prerequisite_member) const override;
+ virtual const target*
+ filter (action, const target&, prerequisite_member) const override;
virtual match_result
- match (slock&, action, target&, const string&) const override;
+ match (action, target&, const string&) const override;
virtual recipe
- apply (slock&, action, target&) const override;
+ apply (action, target&) const override;
virtual void
install_extra (const file&, const install_dir&) const override;