| Index: xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h b/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h
|
| index af88a727d9bf3e91ce20d0e330810c29c4455f3b..919b0c1534dfcbe132c1a210720d15bc69bee6f5 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h
|
| @@ -12,12 +12,12 @@ class CBC_QRFinderPattern : public CBC_ResultPoint
|
| {
|
| private:
|
| FX_FLOAT m_estimatedModuleSize;
|
| - FX_INT32 m_count;
|
| + int32_t m_count;
|
| public:
|
| CBC_QRFinderPattern(FX_FLOAT x, FX_FLOAT posY, FX_FLOAT estimatedModuleSize);
|
| virtual ~CBC_QRFinderPattern();
|
|
|
| - FX_INT32 GetCount();
|
| + int32_t GetCount();
|
| FX_FLOAT GetX();
|
| FX_FLOAT GetY();
|
| FX_FLOAT GetEstimatedModuleSize();
|
|
|