diff options
Diffstat (limited to 'xfa/fde/cfde_txtedtparag.h')
-rw-r--r-- | xfa/fde/cfde_txtedtparag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fde/cfde_txtedtparag.h b/xfa/fde/cfde_txtedtparag.h index 74eaaff088..4521f3be0c 100644 --- a/xfa/fde/cfde_txtedtparag.h +++ b/xfa/fde/cfde_txtedtparag.h @@ -36,7 +36,7 @@ class CFDE_TxtEdtParag { int32_t m_nCharStart; int32_t m_nCharCount; int32_t m_nLineCount; - void* m_lpData; + int32_t* m_lpData; CFDE_TxtEdtEngine* m_pEngine; }; |