| Index: fpdfsdk/include/pdfwindow/PWL_ComboBox.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h
|
| index 7abdeeffcefa9d214b13cd2651d127cb5942c857..b82330c6b99e8245cdc6217eb08466a38d65d2d9 100644
|
| --- a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h
|
| +++ b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h
|
| @@ -77,9 +77,9 @@ public:
|
| void SetFillerNotify(IPWL_Filler_Notify* pNotify);
|
|
|
| CFX_WideString GetText() const;
|
| - void SetText(FX_LPCWSTR text);
|
| + void SetText(const FX_WCHAR* text);
|
|
|
| - void AddString(FX_LPCWSTR string);
|
| + void AddString(const FX_WCHAR* string);
|
| int32_t GetSelect() const;
|
| void SetSelect(int32_t nItemIndex);
|
|
|
|
|