| Index: xfa/fxbarcode/qrcode/BC_QRCoderVersion.h
|
| diff --git a/xfa/fxbarcode/qrcode/BC_QRCoderVersion.h b/xfa/fxbarcode/qrcode/BC_QRCoderVersion.h
|
| index 05bd71934d5aba3811417c50073eea41f6580768..deae8933e6fff4da329c9f66aaab410e2855865d 100644
|
| --- a/xfa/fxbarcode/qrcode/BC_QRCoderVersion.h
|
| +++ b/xfa/fxbarcode/qrcode/BC_QRCoderVersion.h
|
| @@ -44,7 +44,7 @@ class CBC_QRCoderVersion {
|
| CBC_QRCoderECBlocks* ecBlocks4);
|
|
|
| static const int32_t VERSION_DECODE_INFO[34];
|
| - static CFX_PtrArray* VERSION;
|
| + static CFX_ArrayTemplate<CBC_QRCoderVersion*>* VERSION;
|
|
|
| int32_t m_versionNumber;
|
| int32_t m_totalCodeWords;
|
|
|