aboutsummaryrefslogtreecommitdiff
path: root/build2/rule
diff options
context:
space:
mode:
Diffstat (limited to 'build2/rule')
-rw-r--r--build2/rule4
1 files changed, 2 insertions, 2 deletions
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;
};