X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88195b2b70a7ebf7f6dde020bd97d362d7956c5b..479cd5de40ca8029c79e780170fa7c0af7ec0297:/src/common/imagtiff.cpp diff --git a/src/common/imagtiff.cpp b/src/common/imagtiff.cpp index f60d864a40..a3b07a77d4 100644 --- a/src/common/imagtiff.cpp +++ b/src/common/imagtiff.cpp @@ -163,7 +163,7 @@ bool wxTIFFHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbos return FALSE; } - image->Create( w, h ); + image->Create( (int)w, (int)h ); if (!image->Ok()) { if (verbose)