Index: core/src/fpdfdoc/pdf_vt.h |
diff --git a/core/src/fpdfdoc/pdf_vt.h b/core/src/fpdfdoc/pdf_vt.h |
index 662748fa6f266b38ee003773f3447f5681428bd4..1ab8fdb918a236a9c8f1de34fa3339402e717bd2 100644 |
--- a/core/src/fpdfdoc/pdf_vt.h |
+++ b/core/src/fpdfdoc/pdf_vt.h |
@@ -469,13 +469,13 @@ public: |
void RearrangeAll(); |
void RearrangePart(const CPVT_WordRange & PlaceRange); |
void ResetAll(); |
- void SetText(FX_LPCWSTR text, int32_t charset = 1, const CPVT_SecProps * pSecProps = NULL, |
+ void SetText(const FX_WCHAR* text, int32_t charset = 1, const CPVT_SecProps * pSecProps = NULL, |
const CPVT_WordProps * pWordProps = NULL); |
CPVT_WordPlace InsertWord(const CPVT_WordPlace & place, FX_WORD word, int32_t charset = 1, |
const CPVT_WordProps * pWordProps = NULL); |
CPVT_WordPlace InsertSection(const CPVT_WordPlace & place, const CPVT_SecProps * pSecProps = NULL, |
const CPVT_WordProps * pWordProps = NULL); |
- CPVT_WordPlace InsertText(const CPVT_WordPlace & place, FX_LPCWSTR text, int32_t charset = 1, |
+ CPVT_WordPlace InsertText(const CPVT_WordPlace & place, const FX_WCHAR* text, int32_t charset = 1, |
const CPVT_SecProps * pSecProps = NULL, const CPVT_WordProps * pWordProps = NULL); |
CPVT_WordPlace DeleteWords(const CPVT_WordRange & PlaceRange); |
CPVT_WordPlace DeleteWord(const CPVT_WordPlace & place); |