From c07bbfca3e9537632b2dbc93aaf33613f06fa21b Mon Sep 17 00:00:00 2001 From: postscript-dev Date: Fri, 15 Oct 2021 15:47:46 +0100 Subject: [PATCH] Fix doc description of Image::iccProfileDefined() --- include/exiv2/image.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/exiv2/image.hpp b/include/exiv2/image.hpp index 6d54ce62..937b4ccc 100644 --- a/include/exiv2/image.hpp +++ b/include/exiv2/image.hpp @@ -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() {