Batch of correction to lower the number of GCC warnings

This commit is contained in:
Hombre
2010-08-29 02:25:59 +02:00
parent 6da0cf6792
commit 02dac0425d
40 changed files with 936 additions and 923 deletions

View File

@@ -20,9 +20,9 @@
#include <thumbbrowserbase.h>
BatchQueueEntry::BatchQueueEntry (rtengine::ProcessingJob* pjob, const rtengine::procparams::ProcParams& pparams, Glib::ustring fname, guint8* previmg, int prevw, int prevh, Thumbnail* thumbnail)
: job(pjob), ThumbBrowserEntryBase(fname),
opreview(previmg), origpw(prevw), origph(prevh), progress(0), thumbnail(thumbnail),
outFileName("") {
: ThumbBrowserEntryBase(fname),
opreview(previmg), origpw(prevw), origph(prevh), thumbnail(thumbnail),
job(pjob), progress(0), outFileName("") {
params = pparams;