| Index: xfa/src/fgas/src/crt/fx_utils.cpp
|
| diff --git a/xfa/src/fgas/src/crt/fx_utils.cpp b/xfa/src/fgas/src/crt/fx_utils.cpp
|
| index 0ee81528547a3584a3291a1390c3456e961fd059..6f8452237f1adc014d3ad15ed494d8173bb2a473 100644
|
| --- a/xfa/src/fgas/src/crt/fx_utils.cpp
|
| +++ b/xfa/src/fgas/src/crt/fx_utils.cpp
|
| @@ -340,7 +340,7 @@ void CFX_BaseMassArray::RemoveAll(FX_BOOL bLeaveMemory)
|
| {
|
| m_pData->RemoveAll(bLeaveMemory);
|
| }
|
| -typedef struct _FX_BASEDISCRETEARRAYDATA : public CFX_Object {
|
| +typedef struct _FX_BASEDISCRETEARRAYDATA {
|
| FX_INT32 iBlockSize;
|
| FX_INT32 iChunkSize;
|
| FX_INT32 iChunkCount;
|
|
|