| Index: core/include/fxcrt/fx_basic.h
|
| diff --git a/core/include/fxcrt/fx_basic.h b/core/include/fxcrt/fx_basic.h
|
| index 34c79ee51034b3e45e8433ceabcfae4dd5220a3c..291aaaf9f8a5fbdc6f0e9d1374ac4600c32a3c58 100644
|
| --- a/core/include/fxcrt/fx_basic.h
|
| +++ b/core/include/fxcrt/fx_basic.h
|
| @@ -435,13 +435,13 @@ class CFX_ArrayTemplate : public CFX_BasicArray {
|
| return -1;
|
| }
|
| };
|
| -typedef CFX_ArrayTemplate<uint8_t> CFX_ByteArray;
|
| typedef CFX_ArrayTemplate<FX_WORD> CFX_WordArray;
|
| typedef CFX_ArrayTemplate<FX_DWORD> CFX_DWordArray;
|
| typedef CFX_ArrayTemplate<void*> CFX_PtrArray;
|
| typedef CFX_ArrayTemplate<FX_FILESIZE> CFX_FileSizeArray;
|
| #ifdef PDF_ENABLE_XFA
|
| typedef CFX_ArrayTemplate<FX_FLOAT> CFX_FloatArray;
|
| +typedef CFX_ArrayTemplate<uint8_t> CFX_ByteArray;
|
| typedef CFX_ArrayTemplate<int32_t> CFX_Int32Array;
|
| #endif // PDF_ENABLE_XFA
|
|
|
|
|