diff options
author | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-07-01 17:47:15 -0400 |
---|---|---|
committer | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-07-01 17:47:15 -0400 |
commit | 274a8136fbf3d0fffb564f33464da26aab924b60 (patch) | |
tree | 3c9c95fdb88f84bc0b9cb71ca3d2606a052215f1 /src/libutil/hash.hh | |
parent | c2e7f7a7129fc5366a4cad337fcd6ae319a58ce5 (diff) |
Correct FIXMEs in libfetchers
Diffstat (limited to 'src/libutil/hash.hh')
-rw-r--r-- | src/libutil/hash.hh | 2 |
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 |