Index: xfa/src/fxbarcode/BC_Reader.h |
diff --git a/xfa/src/fxbarcode/BC_Reader.h b/xfa/src/fxbarcode/BC_Reader.h |
index 74c12b6e2ca73b75a6e7a97f0af2da729b3cbfb1..0db699d3574072c0c6ac778f825d4d259673eb8a 100644 |
--- a/xfa/src/fxbarcode/BC_Reader.h |
+++ b/xfa/src/fxbarcode/BC_Reader.h |
@@ -13,7 +13,7 @@ class CBC_Reader |
public: |
CBC_Reader(); |
virtual ~CBC_Reader(); |
- virtual CFX_ByteString Decode(CBC_BinaryBitmap *image, FX_INT32 &e) = 0; |
- virtual CFX_ByteString Decode(CBC_BinaryBitmap *image, FX_INT32 hints, FX_INT32 &e) = 0; |
+ virtual CFX_ByteString Decode(CBC_BinaryBitmap *image, int32_t &e) = 0; |
+ virtual CFX_ByteString Decode(CBC_BinaryBitmap *image, int32_t hints, int32_t &e) = 0; |
}; |
#endif |