Fix some coverity issues

This commit is contained in:
Ingo Weyrich
2019-08-09 15:45:52 +02:00
parent 63abfb4d66
commit 9293e8e69b
4 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
using namespace rtengine;
using namespace rtengine::procparams;
RGBCurves::RGBCurves () : FoldableToolPanel(this, "rgbcurves", M("TP_RGBCURVES_LABEL"), false, true)
RGBCurves::RGBCurves () : FoldableToolPanel(this, "rgbcurves", M("TP_RGBCURVES_LABEL"), false, true), lastLumamode(false)
{
lumamode = Gtk::manage (new Gtk::CheckButton (M("TP_RGBCURVES_LUMAMODE")));