Fix some uninitialized variables found by valgrind; also fixes #3786

This commit is contained in:
heckflosse
2017-03-28 14:01:19 +02:00
parent 209ea3533b
commit 45a66e980f
4 changed files with 3 additions and 13 deletions

View File

@@ -26,7 +26,7 @@
using namespace rtengine;
using namespace rtengine::procparams;
LensProfilePanel::LensProfilePanel () : FoldableToolPanel(this, "lensprof", M("TP_LENSPROFILE_LABEL"))
LensProfilePanel::LensProfilePanel () : FoldableToolPanel(this, "lensprof", M("TP_LENSPROFILE_LABEL")), isRaw(true)
{
hbLCPFile = Gtk::manage(new Gtk::HBox());