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.
2 parents 4654b52 + 72c5d97 commit 0f5a571Copy full SHA for 0f5a571
include/exiv2/image.hpp
@@ -197,11 +197,11 @@ class EXIV2API Image {
197
@param size number of bytes to append
198
@param bTestValid - tests that iccProfile contains credible data
199
*/
200
- virtual void appendIccProfile(const uint8_t* bytes, size_t size, bool bTestValid);
+ void appendIccProfile(const uint8_t* bytes, size_t size, bool bTestValid);
201
/*!
202
@brief Throw an exception if the size at the beginning of the iccProfile isn't correct.
203
204
- virtual void checkIccProfile();
+ void checkIccProfile();
205
206
@brief Erase iccProfile. the profile is not removed from
207
the actual image until the writeMetadata() method is called.
0 commit comments