| Index: fpdfsdk/include/pdfwindow/PWL_ListBox.h
 | 
| diff --git a/fpdfsdk/include/pdfwindow/PWL_ListBox.h b/fpdfsdk/include/pdfwindow/PWL_ListBox.h
 | 
| index ced4e73d035a6433cbb693c734088b1b662b0b44..e12d727d583038d7fc4fefba2240a94e52d3900a 100644
 | 
| --- a/fpdfsdk/include/pdfwindow/PWL_ListBox.h
 | 
| +++ b/fpdfsdk/include/pdfwindow/PWL_ListBox.h
 | 
| @@ -81,7 +81,7 @@ class CPWL_ListBox : public CPWL_Wnd {
 | 
|  
 | 
|    void OnNotifySelChanged(FX_BOOL bKeyDown, FX_BOOL& bExit, FX_DWORD nFlag);
 | 
|  
 | 
| -  void AddString(const FX_WCHAR* string);
 | 
| +  void AddString(const FX_WCHAR* str);
 | 
|    void SetTopVisibleIndex(int32_t nItemIndex);
 | 
|    void ScrollToListItem(int32_t nItemIndex);
 | 
|    void ResetContent();
 | 
| 
 |