| Index: xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.h
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.h b/xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.h
|
| index 00238544c3039dc96f5f1ce44a1c5318537849a6..7747c7ba5ba4b40b762803ee4957389ade99e53e 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.h
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.h
|
| @@ -20,9 +20,9 @@ public:
|
| CBC_QRCoderDecoder();
|
| virtual ~CBC_QRCoderDecoder();
|
|
|
| - CBC_CommonDecoderResult* Decode(FX_BOOL* image, FX_INT32 width, FX_INT32 height, FX_INT32 &e);
|
| - CBC_CommonDecoderResult* Decode(CBC_CommonBitMatrix* bits, FX_INT32 byteModeDecode, FX_INT32 &e);
|
| - void CorrectErrors(CFX_ByteArray* codewordBytes, FX_INT32 numDataCodewords, FX_INT32 &e);
|
| + CBC_CommonDecoderResult* Decode(FX_BOOL* image, int32_t width, int32_t height, int32_t &e);
|
| + CBC_CommonDecoderResult* Decode(CBC_CommonBitMatrix* bits, int32_t byteModeDecode, int32_t &e);
|
| + void CorrectErrors(CFX_ByteArray* codewordBytes, int32_t numDataCodewords, int32_t &e);
|
| virtual void Init();
|
| };
|
| #endif
|
|
|