diff options
Diffstat (limited to 'xfa/fxbarcode/qrcode/BC_QRCoderVersion.h')
-rw-r--r-- | xfa/fxbarcode/qrcode/BC_QRCoderVersion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxbarcode/qrcode/BC_QRCoderVersion.h b/xfa/fxbarcode/qrcode/BC_QRCoderVersion.h index 05bd71934d..deae8933e6 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; |