diff options
author | tsepez <tsepez@chromium.org> | 2016-05-02 13:47:17 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-02 13:47:17 -0700 |
commit | 6020e45b406e7a130024de87101b4493543f9deb (patch) | |
tree | e533401947212d7615a2504922caaaa7f450703a /xfa/fxbarcode/qrcode/BC_QRCoderVersion.h | |
parent | fbe14b97f00b866e69e0970881550f6d6d9465cd (diff) | |
download | pdfium-6020e45b406e7a130024de87101b4493543f9deb.tar.xz |
Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11
Last part. Remove CFX_PtrArray typedef.
Review-Url: https://codereview.chromium.org/1941863002
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; |