aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/hash.hh
diff options
context:
space:
mode:
authorCarlo Nucera <carlo.nucera@protonmail.com>2020-07-01 17:47:15 -0400
committerCarlo Nucera <carlo.nucera@protonmail.com>2020-07-01 17:47:15 -0400
commit274a8136fbf3d0fffb564f33464da26aab924b60 (patch)
tree3c9c95fdb88f84bc0b9cb71ca3d2606a052215f1 /src/libutil/hash.hh
parentc2e7f7a7129fc5366a4cad337fcd6ae319a58ce5 (diff)
Correct FIXMEs in libfetchers
Diffstat (limited to 'src/libutil/hash.hh')
-rw-r--r--src/libutil/hash.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/hash.hh b/src/libutil/hash.hh
index 570e50dd4..887952ce5 100644
--- a/src/libutil/hash.hh
+++ b/src/libutil/hash.hh
@@ -43,7 +43,7 @@ struct Hash
// hash type must be part of string
Hash(std::string_view s);
- Hash fromSRI(std::string_view original);
+ static Hash fromSRI(std::string_view original);
private:
// type must be provided, s must not include <type> prefix