Index: fpdfsdk/pdfwindow/PWL_ListBox.h |
diff --git a/fpdfsdk/pdfwindow/PWL_ListBox.h b/fpdfsdk/pdfwindow/PWL_ListBox.h |
index 91ab7f768fed3b29d16a933dcb1108d4739d15f1..e42ca24ab4def1c071a8cccd4b30c2ce38668cf9 100644 |
--- a/fpdfsdk/pdfwindow/PWL_ListBox.h |
+++ b/fpdfsdk/pdfwindow/PWL_ListBox.h |
@@ -75,7 +75,7 @@ class CPWL_ListBox : public CPWL_Wnd { |
void OnNotifySelChanged(FX_BOOL bKeyDown, FX_BOOL& bExit, uint32_t nFlag); |
- void AddString(const FX_WCHAR* str); |
+ void AddString(const CFX_WideString& str); |
void SetTopVisibleIndex(int32_t nItemIndex); |
void ScrollToListItem(int32_t nItemIndex); |
void ResetContent(); |