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

@@ -29,10 +29,10 @@ namespace rtengine {
extern Settings* settings;
Crop::Crop (ImProcCoordinator* parent)
: parent(parent), cropAllocated(false),
: resizeCrop(NULL), transCrop(NULL), updating(false),
cropw(-1), croph(-1), trafw(-1), trafh(-1),
cropImageListener(NULL), updating(false),
resizeCrop(NULL), transCrop(NULL), borderRequested(32)
borderRequested(32), cropAllocated(false),
cropImageListener(NULL), parent(parent)
{
parent->crops.push_back (this);
}