Skip to content

Commit c0083d6

Browse files
committed
clang-tidy: fix mismatching declaration variable
Signed-off-by: Rosen Penev <[email protected]>
1 parent 7f9242a commit c0083d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ constexpr bool startsWith(std::string_view s, std::string_view start) {
1414
std::string upper(const std::string& str);
1515

1616
/// @brief Returns the lowercase version of \b str
17-
std::string lower(const std::string& str);
17+
std::string lower(const std::string& a);
1818

1919
} // namespace Exiv2::Internal
2020

0 commit comments

Comments
 (0)