Merge pull request #1964 from postscript-dev/fix_iccProfile_docs

Fix doc description of Image::iccProfileDefined()
This commit is contained in:
Kevin Backhouse
2021-10-17 14:53:20 +01:00
committed by GitHub
+1 -2
View File
@@ -229,8 +229,7 @@ namespace Exiv2 {
*/
virtual void clearIccProfile();
/*!
@brief Erase iccProfile. the profile is not removed from
the actual image until the writeMetadata() method is called.
@brief Returns the status of the ICC profile in the image instance
*/
virtual bool iccProfileDefined()
{