aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/utility.txx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/utility.txx')
-rw-r--r--libbuild2/utility.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/utility.txx b/libbuild2/utility.txx
index a91cb15..c183930 100644
--- a/libbuild2/utility.txx
+++ b/libbuild2/utility.txx
@@ -22,7 +22,7 @@ namespace build2
template <typename I, typename F>
void
- hash_option_values (sha256& cs, const char* o, I b, I e, F&& get)
+ append_option_values (sha256& cs, const char* o, I b, I e, F&& get)
{
for (; b != e; ++b)
{