aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/link-rule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/link-rule.hxx')
-rw-r--r--build2/cc/link-rule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/link-rule.hxx b/build2/cc/link-rule.hxx
index 2df22cf..14a8570 100644
--- a/build2/cc/link-rule.hxx
+++ b/build2/cc/link-rule.hxx
@@ -34,7 +34,7 @@ namespace build2
};
match_result
- match (action, target&, ltype, bool) const;
+ match (action, const target&, const target*, otype, bool) const;
virtual bool
match (action, target&, const string&) const override;