Merge pull request #2109 from Exiv2/main_StringView
Refactoring & cleanup
This commit is contained in:
+2
-2
@@ -627,11 +627,11 @@ namespace Exiv2
|
||||
}
|
||||
}
|
||||
|
||||
void BmffImage::setComment(const std::string& /*comment*/)
|
||||
void BmffImage::setComment(std::string_view /*comment*/)
|
||||
{
|
||||
// bmff files are read-only
|
||||
throw(Error(kerInvalidSettingForImage, "Image comment", "BMFF"));
|
||||
} // BmffImage::setComment
|
||||
}
|
||||
|
||||
void BmffImage::openOrThrow()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user