Skip to content

Commit

Permalink
Merge pull request #1964 from postscript-dev/fix_iccProfile_docs
Browse files Browse the repository at this point in the history
Fix doc description of Image::iccProfileDefined()
  • Loading branch information
kevinbackhouse authored Oct 17, 2021
2 parents d23ef9d + c07bbfc commit bbfbcb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/exiv2/image.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit bbfbcb6

Please sign in to comment.