From 24920570b11e0c849464e9049e609e2438804276 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 16 Apr 2024 10:49:44 +0900 Subject: Fix FTBFS reported in issue #67 Signed-off-by: Michele Calgaro --- chalk/plugins/filters/cimg/CImg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chalk/plugins') diff --git a/chalk/plugins/filters/cimg/CImg.h b/chalk/plugins/filters/cimg/CImg.h index 176b8fc9..f4ee9219 100644 --- a/chalk/plugins/filters/cimg/CImg.h +++ b/chalk/plugins/filters/cimg/CImg.h @@ -11097,9 +11097,9 @@ namespace cimg_library { // INNER CLASS used by function CImg<>::draw_fill() template struct _draw_fill { - const T1 *const color; - const float sigma,opacity; - const CImg value; + const T1 *color; + float sigma,opacity; + CImg value; CImg region; _draw_fill(const CImg& img,const int x,const int y,const int z, -- cgit v1.2.1