Index: xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.h |
diff --git a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.h b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.h |
index 4301512d706ca97bd1c17605706d5c983fb7a1f3..6ba17a89e399a7a93eb7de74d26d884e1d20a96a 100644 |
--- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.h |
+++ b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.h |
@@ -15,8 +15,8 @@ class CBC_DataMatrixReader : public CBC_Reader |
public: |
CBC_DataMatrixReader(); |
virtual ~CBC_DataMatrixReader(); |
- CFX_ByteString Decode(CBC_BinaryBitmap *image, FX_INT32 &e); |
- CFX_ByteString Decode(CBC_BinaryBitmap *image, int hints, FX_INT32 &e); |
+ CFX_ByteString Decode(CBC_BinaryBitmap *image, int32_t &e); |
+ CFX_ByteString Decode(CBC_BinaryBitmap *image, int hints, int32_t &e); |
virtual void Init(); |
private: |