We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28a830 commit 789b329Copy full SHA for 789b329
include/exiv2/image.hpp
@@ -201,11 +201,11 @@ class EXIV2API Image {
201
@param size number of bytes to append
202
@param bTestValid - tests that iccProfile contains credible data
203
*/
204
- virtual void appendIccProfile(const uint8_t* bytes, size_t size, bool bTestValid);
+ void appendIccProfile(const uint8_t* bytes, size_t size, bool bTestValid);
205
/*!
206
@brief Throw an exception if the size at the beginning of the iccProfile isn't correct.
207
208
- virtual void checkIccProfile();
+ void checkIccProfile();
209
210
@brief Erase iccProfile. the profile is not removed from
211
the actual image until the writeMetadata() method is called.
0 commit comments