cppcheck clean rtengine/imagesource.h

This commit is contained in:
Ingo Weyrich 2021-05-22 11:09:26 +02:00
parent e63c9336a6
commit 1cce9a4ad2

View File

@ -171,7 +171,7 @@ public:
outCurve = { 0.0 }; outCurve = { 0.0 };
} }
double getDirPyrDenoiseExpComp ( ) double getDirPyrDenoiseExpComp () const
{ {
return dirpyrdenoiseExpComp; return dirpyrdenoiseExpComp;
} }