diff options
Diffstat (limited to 'libbuild2/utility.txx')
-rw-r--r-- | libbuild2/utility.txx | 2 |
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) { |