| Index: fpdfsdk/include/pdfwindow/PWL_ComboBox.h
 | 
| diff --git a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h
 | 
| index e5383009b92e5996c093a8e62bb2709430ad541c..b08e95494709388b5aaacdb811222deb4e0e40e6 100644
 | 
| --- a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h
 | 
| +++ b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h
 | 
| @@ -71,7 +71,7 @@ class CPWL_ComboBox : public CPWL_Wnd {
 | 
|    CFX_WideString GetText() const;
 | 
|    void SetText(const FX_WCHAR* text);
 | 
|  
 | 
| -  void AddString(const FX_WCHAR* string);
 | 
| +  void AddString(const FX_WCHAR* str);
 | 
|    int32_t GetSelect() const;
 | 
|    void SetSelect(int32_t nItemIndex);
 | 
|  
 | 
| 
 |