diff --git a/src/utils.hpp b/src/utils.hpp index 1e16648d..c385b07d 100644 --- a/src/utils.hpp +++ b/src/utils.hpp @@ -14,7 +14,7 @@ constexpr bool startsWith(std::string_view s, std::string_view start) { std::string upper(const std::string& str); /// @brief Returns the lowercase version of \b str -std::string lower(const std::string& str); +std::string lower(const std::string& a); } // namespace Exiv2::Internal