| Index: xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.h
|
| diff --git a/xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.h b/xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.h
|
| index 74433cc4f2486b1aa1b2ac489441339edfc71972..b4585d20bc8516c5ce151996d42b6d86d41ae296 100644
|
| --- a/xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.h
|
| +++ b/xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.h
|
| @@ -80,7 +80,7 @@ class CBC_DataMatrixVersion {
|
| int32_t m_dataRegionSizeColumns;
|
| ECBlocks* m_ecBlocks;
|
| int32_t m_totalCodewords;
|
| - static CFX_PtrArray* VERSIONS;
|
| + static CFX_ArrayTemplate<CBC_DataMatrixVersion*>* VERSIONS;
|
| };
|
|
|
| #endif // XFA_FXBARCODE_DATAMATRIX_BC_DATAMATRIXVERSION_H_
|
|
|