diff --git a/src/str.hpp b/src/str.hpp index 4f437a72..49045d1c 100644 --- a/src/str.hpp +++ b/src/str.hpp @@ -108,6 +108,6 @@ namespace str const char dst); std::string - remove_prefix(const std::string &str, - const std::string &prefix); + remove_prefix(const std::string &str, + const std::string_view &prefix); }