Fix issue #3411 + revert some code to the old one for better readability

This commit is contained in:
Hombre
2016-09-03 00:49:35 +02:00
parent bdf4665c16
commit a69c631f22
7 changed files with 31 additions and 93 deletions

View File

@@ -96,7 +96,7 @@ public:
delete this;
}
void ExecCMSTransform(cmsHTRANSFORM hTransform, const LabImage &labImage);
void ExecCMSTransform(cmsHTRANSFORM hTransform, const LabImage &labImage, int cx, int cy);
};
}