diff --git a/src/str.hpp b/src/str.hpp index 49045d1c..ddaa2f66 100644 --- a/src/str.hpp +++ b/src/str.hpp @@ -109,5 +109,5 @@ namespace str std::string remove_prefix(const std::string &str, - const std::string_view &prefix); + const std::string_view prefix); }