We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9242a commit c0083d6Copy full SHA for c0083d6
src/utils.hpp
@@ -14,7 +14,7 @@ constexpr bool startsWith(std::string_view s, std::string_view start) {
14
std::string upper(const std::string& str);
15
16
/// @brief Returns the lowercase version of \b str
17
-std::string lower(const std::string& str);
+std::string lower(const std::string& a);
18
19
} // namespace Exiv2::Internal
20
0 commit comments