diff --git a/rtengine/common.h b/rtengine/common.h index 376417251..373508030 100644 --- a/rtengine/common.h +++ b/rtengine/common.h @@ -89,7 +89,7 @@ struct RawImage { int profile_len; char* profile_data; // Embedded ICC color profile - RawImage( const Glib::ustring name):allocation(NULL),data(NULL),profile_data(NULL),fname(name) + RawImage( const Glib::ustring name):allocation(NULL),data(NULL),profile_data(NULL),fname(name),make(0),model(0) { } ~RawImage()