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/rule | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/rule') diff --git a/build2/rule b/build2/rule index cc98bfa..fad4316 100644 --- a/build2/rule +++ b/build2/rule @@ -85,10 +85,10 @@ namespace build2 apply (slock&, action, target&) const override; static target_state - perform_update (action, target&); + perform_update (action, const target&); static target_state - perform_clean (action, target&); + perform_clean (action, const target&); static const fsdir_rule instance; }; -- cgit v1.1