PIMPLed and streamlined ICCStore (#3691)

This commit is contained in:
Flössie
2017-03-18 11:57:29 +01:00
parent 567ed3629c
commit 97caf21b5c
22 changed files with 941 additions and 841 deletions

View File

@@ -175,7 +175,7 @@ void ImageIO::setMetadata (const rtexif::TagDirectory* eroot, const rtengine::pr
iptc_data_sort (iptc);
}
void ImageIO::setOutputProfile (char* pdata, int plen)
void ImageIO::setOutputProfile (const char* pdata, int plen)
{
delete [] profileData;