Make compilation unit rtengine/rawimagesource.cc -Wextra clean, #4155
This commit is contained in:
@@ -42,8 +42,8 @@ public:
|
||||
StdImageSource ();
|
||||
~StdImageSource ();
|
||||
|
||||
int load (const Glib::ustring &fname, int imageNum = 0, bool batch = false);
|
||||
void getImage (const ColorTemp &ctemp, int tran, Imagefloat* image, const PreviewProps &pp, const ToneCurveParams &hrp, const ColorManagementParams &cmp, const RAWParams &raw);
|
||||
int load (const Glib::ustring &fname);
|
||||
void getImage (const ColorTemp &ctemp, int tran, Imagefloat* image, const PreviewProps &pp, const ToneCurveParams &hrp, const RAWParams &raw);
|
||||
ColorTemp getWB () const
|
||||
{
|
||||
return wb;
|
||||
|
Reference in New Issue
Block a user