| Index: xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.h
|
| diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.h b/xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.h
|
| index 6922d410f06406617988d823af1c6f36f107e4f8..7729e04a14535373c0a9a590a23cae9e6b2b2158 100644
|
| --- a/xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.h
|
| +++ b/xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.h
|
| @@ -11,9 +11,9 @@ class CBC_BarcodeValue
|
| public:
|
| CBC_BarcodeValue();
|
| virtual ~CBC_BarcodeValue();
|
| - void setValue(FX_INT32 value);
|
| + void setValue(int32_t value);
|
| CFX_Int32Array* getValue();
|
| - FX_INT32 getConfidence(FX_INT32 value);
|
| + int32_t getConfidence(int32_t value);
|
| private:
|
| CFX_Int32Array m_keys;
|
| CFX_Int32Array m_values;
|
|
|