| Index: fpdfsdk/include/fxedit/fx_edit.h
 | 
| diff --git a/fpdfsdk/include/fxedit/fx_edit.h b/fpdfsdk/include/fxedit/fx_edit.h
 | 
| index 089eecc1d99aac11c070751d84ec5f1d72dcb9cc..d04b45d5877f348d3ec92d93ba8f9fd1e96f0cb1 100644
 | 
| --- a/fpdfsdk/include/fxedit/fx_edit.h
 | 
| +++ b/fpdfsdk/include/fxedit/fx_edit.h
 | 
| @@ -542,7 +542,7 @@ class IFX_List {
 | 
|    virtual int32_t GetItemIndex(const CFX_FloatPoint& point) const = 0;
 | 
|    virtual int32_t GetFirstSelected() const = 0;
 | 
|  
 | 
| -  virtual void AddString(const FX_WCHAR* string) = 0;
 | 
| +  virtual void AddString(const FX_WCHAR* str) = 0;
 | 
|    virtual void SetTopItem(int32_t nIndex) = 0;
 | 
|    virtual void Select(int32_t nItemIndex) = 0;
 | 
|    virtual void SetCaret(int32_t nItemIndex) = 0;
 | 
| 
 |