aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/rule
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli/rule')
-rw-r--r--build2/cli/rule4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cli/rule b/build2/cli/rule
index fbacacf..1fbbde4 100644
--- a/build2/cli/rule
+++ b/build2/cli/rule
@@ -26,10 +26,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&);
};
}
}