From 7b9eb752cad04aaadc4552d0f26d307b04af1869 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Feb 2017 08:09:53 +0200 Subject: Pass const target& to recipes --- build2/bin/rule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/bin/rule') diff --git a/build2/bin/rule b/build2/bin/rule index c903990..5fe9069 100644 --- a/build2/bin/rule +++ b/build2/bin/rule @@ -38,7 +38,7 @@ namespace build2 apply (slock&, action, target&) const override; static target_state - perform (action, target&); + perform (action, const target&); }; } } -- cgit v1.1