Index: fpdfsdk/include/fxedit/fxet_list.h |
diff --git a/fpdfsdk/include/fxedit/fxet_list.h b/fpdfsdk/include/fxedit/fxet_list.h |
index b7888eaf3bed4d194ada93214f2e36ef48549233..02028f2cff84d37fff353d1070b8e0167598e8b3 100644 |
--- a/fpdfsdk/include/fxedit/fxet_list.h |
+++ b/fpdfsdk/include/fxedit/fxet_list.h |
@@ -163,7 +163,7 @@ public: |
void SetRect(const CLST_Rect & rect); |
void SetSelect(FX_BOOL bSelected); |
void SetCaret(FX_BOOL bCaret); |
- void SetText(FX_LPCWSTR text); |
+ void SetText(const FX_WCHAR* text); |
void SetFontSize(FX_FLOAT fFontSize); |
CFX_WideString GetText() const; |
@@ -240,7 +240,7 @@ public: |
protected: |
virtual void Empty(); |
- void AddItem(FX_LPCWSTR str); |
+ void AddItem(const FX_WCHAR* str); |
virtual void ReArrange(int32_t nItemIndex); |
virtual CPDF_Rect GetItemRect(int32_t nIndex) const; |
@@ -331,7 +331,7 @@ public: |
virtual CPDF_Rect GetContentRect() const; |
virtual int32_t GetItemIndex(const CPDF_Point & point) const; |
- void AddString(FX_LPCWSTR string); |
+ void AddString(const FX_WCHAR* string); |
void SetTopItem(int32_t nIndex); |
void Select(int32_t nItemIndex); |
virtual void SetCaret(int32_t nItemIndex); |