]> git.saurik.com Git - wxWidgets.git/blobdiff - src/jpeg/jdcoefct.c
fixes to the sizers behaviour necessary to make the log dialog work again
[wxWidgets.git] / src / jpeg / jdcoefct.c
index 4938d20fcb655632d640534ba19e73f0c8fdccbc..4b89b62d24099604cf27a8809ec7bf0c7424212f 100644 (file)
@@ -474,7 +474,7 @@ decompress_smooth_data (j_decompress_ptr cinfo, JSAMPIMAGE output_buf)
   JBLOCK workspace;
   int *coef_bits;
   JQUANT_TBL *quanttbl;
-  INT32 Q00,Q01,Q02,Q10,Q11,Q20, num;
+  JPEG_INT32 Q00,Q01,Q02,Q10,Q11,Q20, num;
   int DC1,DC2,DC3,DC4,DC5,DC6,DC7,DC8,DC9;
   int Al, pred;