summaryrefslogtreecommitdiff
path: root/xfa/fde/cfde_txtedtdorecord_insert.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fde/cfde_txtedtdorecord_insert.h')
-rw-r--r--xfa/fde/cfde_txtedtdorecord_insert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fde/cfde_txtedtdorecord_insert.h b/xfa/fde/cfde_txtedtdorecord_insert.h
index e80453e9e3..05922378d3 100644
--- a/xfa/fde/cfde_txtedtdorecord_insert.h
+++ b/xfa/fde/cfde_txtedtdorecord_insert.h
@@ -17,7 +17,7 @@ class CFDE_TxtEdtDoRecord_Insert : public IFDE_TxtEdtDoRecord {
public:
CFDE_TxtEdtDoRecord_Insert(CFDE_TxtEdtEngine* pEngine,
int32_t nCaret,
- const FX_WCHAR* lpText,
+ const wchar_t* lpText,
int32_t nLength);
~CFDE_TxtEdtDoRecord_Insert() override;