summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/hash.h')
-rw-r--r--src/lib/util/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/hash.h b/src/lib/util/hash.h
index 891f8f3c44b..b13ac5556ae 100644
--- a/src/lib/util/hash.h
+++ b/src/lib/util/hash.h
@@ -56,7 +56,7 @@ public:
// construction/destruction
hash_collection();
- hash_collection(const char *string);
+ hash_collection(std::string_view string);
hash_collection(const hash_collection &src);
~hash_collection();