diff options
Diffstat (limited to 'xfa/fde/cfde_txtedtparag.h')
-rw-r--r-- | xfa/fde/cfde_txtedtparag.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xfa/fde/cfde_txtedtparag.h b/xfa/fde/cfde_txtedtparag.h index 4521f3be0c..becfb61070 100644 --- a/xfa/fde/cfde_txtedtparag.h +++ b/xfa/fde/cfde_txtedtparag.h @@ -9,6 +9,8 @@ #include <stdint.h> +#include "core/fxcrt/cfx_unowned_ptr.h" + class CFDE_TxtEdtEngine; class CFDE_TxtEdtParag { @@ -37,7 +39,7 @@ class CFDE_TxtEdtParag { int32_t m_nCharCount; int32_t m_nLineCount; int32_t* m_lpData; - CFDE_TxtEdtEngine* m_pEngine; + CFX_UnownedPtr<CFDE_TxtEdtEngine> m_pEngine; }; #endif // XFA_FDE_CFDE_TXTEDTPARAG_H_ |