Cppcheck: Fixed another bunch of warnings

This commit is contained in:
heckflosse
2016-10-13 01:34:02 +02:00
parent e98bd47487
commit 172ab63b85
11 changed files with 44 additions and 44 deletions

View File

@@ -37,7 +37,7 @@ public:
: fname(fn), isRaw(iR), initialImage(NULL), pparams(pp) {}
ProcessingJobImpl (InitialImage* iImage, const procparams::ProcParams& pp)
: fname(""), initialImage(iImage), pparams(pp)
: fname(""), isRaw(true), initialImage(iImage), pparams(pp)
{
iImage->increaseRef();
}