diff options
Diffstat (limited to 'xfa/fde/cfde_txtedtengine.h')
-rw-r--r-- | xfa/fde/cfde_txtedtengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fde/cfde_txtedtengine.h b/xfa/fde/cfde_txtedtengine.h index b22c36f5ec..40251159c0 100644 --- a/xfa/fde/cfde_txtedtengine.h +++ b/xfa/fde/cfde_txtedtengine.h @@ -130,7 +130,7 @@ class CFDE_TxtEdtEngine { bool IsSelect() const { return !m_SelRangePtrArr.empty(); } void Inner_DeleteRange(int32_t nStart, int32_t nCount); - void Inner_Insert(int32_t nStart, const wchar_t* lpText, int32_t nLength); + void Inner_Insert(int32_t nStart, const CFX_WideString& wsText); const FDE_TXTEDTPARAMS* GetParams() const { return &m_Param; } private: |