summaryrefslogtreecommitdiffstats
path: root/chalk
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-04-16 10:49:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-04-17 09:08:25 +0900
commit72ca29618e709e731d73ecaf8f550144614b876a (patch)
tree36a9476bb7b8c3cf0552c82ba92e32c3dd4cc0fc /chalk
parent0946bf474f5af9aa5f6fc9ec6b5d345729de71a8 (diff)
downloadkoffice-r14.1.2.tar.gz
koffice-r14.1.2.zip
Fix FTBFS reported in issue #67r14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 24920570b11e0c849464e9049e609e2438804276)
Diffstat (limited to 'chalk')
-rw-r--r--chalk/plugins/filters/cimg/CImg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chalk/plugins/filters/cimg/CImg.h b/chalk/plugins/filters/cimg/CImg.h
index 176b8fc91..f4ee92195 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<typename T1,typename T2> struct _draw_fill {
- const T1 *const color;
- const float sigma,opacity;
- const CImg<T1> value;
+ const T1 *color;
+ float sigma,opacity;
+ CImg<T1> value;
CImg<T2> region;
_draw_fill(const CImg<T1>& img,const int x,const int y,const int z,