Fixed compilation issues on Ubuntu Linux

see issue 1343
This commit is contained in:
Oliver Duis
2012-05-18 18:30:57 +02:00
parent e5b5d86145
commit c5fd7da96a
3 changed files with 4 additions and 2 deletions

View File

@@ -68,6 +68,8 @@ void LensProfilePanel::read(const rtengine::procparams::ProcParams* pp, const Pa
if (pp->lensProf.lcpFile.length()>0 && lcpStore->isValidLCPFileName(pp->lensProf.lcpFile))
fcbLCPFile->set_filename (pp->lensProf.lcpFile);
else
fcbLCPFile->unselect_filename(fcbLCPFile->get_filename());
lcpFileChanged = false;