From 8e3c9bfdafc48cc6c8681f95b8d66ffbd78a0394 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Sat, 4 Jun 2016 12:15:06 +0200 Subject: [PATCH] Fix broken dcp tonecurve and lookup table --- rtengine/imagesource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/imagesource.h b/rtengine/imagesource.h index 52949756c..958956c60 100644 --- a/rtengine/imagesource.h +++ b/rtengine/imagesource.h @@ -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; };