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 5d7de45401..673d2b98ca 100644 --- a/xfa/fee/fde_txtedtbuf.h +++ b/xfa/fee/fde_txtedtbuf.h @@ -81,7 +81,7 @@ class CFDE_TxtEdtBuf { int32_t m_nTotal; FX_BOOL m_bChanged; CFX_ArrayTemplate<FDE_CHUNKHEADER*> m_Chunks; - IFX_MEMAllocator* m_pAllocator; + IFX_MemoryAllocator* m_pAllocator; }; #endif // XFA_FEE_FDE_TXTEDTBUF_H_ |