From 76ac9b02880765dfc7b21d98265923706f3a4de4 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Wed, 15 Nov 2017 14:56:57 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20for=20ph1=5Fbithuff=5Ft,=20thanks=20to=20?= =?UTF-8?q?Fl=C3=B6ssie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rtengine/dcraw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/dcraw.h b/rtengine/dcraw.h index 0a3316d63..2c47ee7e5 100644 --- a/rtengine/dcraw.h +++ b/rtengine/dcraw.h @@ -350,7 +350,7 @@ private: DCraw *parent; short ℴ - IMFILE *&ifp; + IMFILE* const ifp; UINT64 bitbuf; int vbits; };