Skip to content

Commit eceaa07

Browse files
kevinbackhouseneheb
authored andcommitted
Fix docstring
1 parent 472d55e commit eceaa07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/exiv2/image.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ class EXIV2API Image {
197197
virtual void setIccProfile(DataBuf&& iccProfile, bool bTestValid = true);
198198
/*!
199199
@brief Append more bytes to the iccProfile.
200-
@param iccProfile DataBuf containing profile (binary)
200+
@param bytes array of bytes to append
201+
@param size number of bytes to append
201202
@param bTestValid - tests that iccProfile contains credible data
202203
*/
203204
virtual void appendIccProfile(const uint8_t* bytes, size_t size, bool bTestValid);

0 commit comments

Comments
 (0)