From 1cce9a4ad2184364787db80c9b4803f9bf40066e Mon Sep 17 00:00:00 2001 From: Ingo Weyrich Date: Sat, 22 May 2021 11:09:26 +0200 Subject: [PATCH] cppcheck clean rtengine/imagesource.h --- rtengine/imagesource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/imagesource.h b/rtengine/imagesource.h index 25c024ed2..6cb279efc 100644 --- a/rtengine/imagesource.h +++ b/rtengine/imagesource.h @@ -171,7 +171,7 @@ public: outCurve = { 0.0 }; } - double getDirPyrDenoiseExpComp ( ) + double getDirPyrDenoiseExpComp () const { return dirpyrdenoiseExpComp; }