Improvements from code review

This commit is contained in:
Luis Díaz Más
2022-02-19 17:27:29 +01:00
parent f774a3b25e
commit 8b3da36f42
36 changed files with 38 additions and 37 deletions
+1 -1
View File
@@ -627,7 +627,7 @@ namespace Exiv2
}
}
void BmffImage::setComment(const std::string_view /*comment*/)
void BmffImage::setComment(std::string_view /*comment*/)
{
// bmff files are read-only
throw(Error(kerInvalidSettingForImage, "Image comment", "BMFF"));