aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm.ixx')
-rw-r--r--build2/algorithm.ixx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/algorithm.ixx b/build2/algorithm.ixx
index 9f6c8bc..cdb76b5 100644
--- a/build2/algorithm.ixx
+++ b/build2/algorithm.ixx
@@ -35,7 +35,7 @@ namespace build2
scope* scope)
{
return search (
- prerequisite_key {nullptr, {&type, &dir, &name, &ext}, scope});
+ prerequisite_key {nullptr, {&type, &dir, &name, ext}, scope});
}
template <typename T>