Fix broken dcp tonecurve and lookup table

This commit is contained in:
heckflosse
2016-06-04 12:15:06 +02:00
parent 8b5cf386bd
commit 8e3c9bfdaf

View File

@@ -109,7 +109,7 @@ public:
virtual ImageData* getImageData () = 0;
virtual ImageMatrices* getImageMatrices () = 0;
virtual bool isRAW() const = 0;
virtual DCPProfile* getDCP(ColorManagementParams cmp, ColorTemp &wb)
virtual DCPProfile* getDCP(const ColorManagementParams &cmp, ColorTemp &wb)
{
return NULL;
};