aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/install
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/install')
-rw-r--r--build2/cc/install4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/install b/build2/cc/install
index 561ed87..ff7af4d 100644
--- a/build2/cc/install
+++ b/build2/cc/install
@@ -25,10 +25,10 @@ namespace build2
install (data&&, const link&);
virtual target*
- filter (action, target&, prerequisite_member) const override;
+ filter (slock&, action, target&, prerequisite_member) const override;
virtual match_result
- match (action, target&, const string&) const override;
+ match (slock&, action, target&, const string&) const override;
virtual void
install_extra (file&, const install_dir&) const override;