aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scope.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/scope.hxx')
-rw-r--r--libbuild2/scope.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx
index 12fd22c..86f5e4b 100644
--- a/libbuild2/scope.hxx
+++ b/libbuild2/scope.hxx
@@ -422,9 +422,9 @@ namespace build2
template <typename T>
void
- insert_rule (action_id a, string hint, const rule& r)
+ insert_rule (action_id a, string name, const rule& r)
{
- rules.insert<T> (a, move (hint), r);
+ rules.insert<T> (a, move (name), r);
}
// 0 meta-operation id is treated as an (emulated) wildcard.
@@ -435,7 +435,7 @@ namespace build2
//
template <typename T>
void
- insert_rule (meta_operation_id, operation_id, string hint, const rule&);
+ insert_rule (meta_operation_id, operation_id, string name, const rule&);
// Operation callbacks.
//