Skip to content

Commit 56fc028

Browse files
committed
Fixed alert by lgtm
1 parent b1809a2 commit 56fc028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/md5.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ std::string MD5::hexdigest() const
347347

348348
//////////////////////////////
349349

350-
std::ostream& operator<<(std::ostream& out, MD5 &md5)
350+
std::ostream& operator<<(std::ostream& out, const MD5 &md5)
351351
{
352352
return out << md5.hexdigest();
353353
}

0 commit comments

Comments
 (0)