diff options
Diffstat (limited to 'xfa/fee/fde_txtedtbuf.h')
-rw-r--r-- | xfa/fee/fde_txtedtbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fee/fde_txtedtbuf.h b/xfa/fee/fde_txtedtbuf.h index e0598f5244..102217da87 100644 --- a/xfa/fee/fde_txtedtbuf.h +++ b/xfa/fee/fde_txtedtbuf.h @@ -85,7 +85,7 @@ class CFDE_TxtEdtBuf : public IFDE_TxtEdtBuf { int32_t m_nTotal; FX_BOOL m_bChanged; - CFX_PtrArray m_Chunks; + CFX_ArrayTemplate<FDE_CHUNKHEADER*> m_Chunks; IFX_MEMAllocator* m_pAllocator; }; |