| Index: xfa/fgas/localization/fgas_localeimp.h
 | 
| diff --git a/xfa/fgas/localization/fgas_localeimp.h b/xfa/fgas/localization/fgas_localeimp.h
 | 
| index c828a6bbd7d7f4a8e8266d9da469bd01acae4886..bbbdcb17e1fdd0f22e672583c66514363e6dd5be 100644
 | 
| --- a/xfa/fgas/localization/fgas_localeimp.h
 | 
| +++ b/xfa/fgas/localization/fgas_localeimp.h
 | 
| @@ -114,7 +114,8 @@ class CFX_FormatString {
 | 
|                                      IFX_Locale*& pLocale,
 | 
|                                      CFX_WideString& wsDatePattern,
 | 
|                                      CFX_WideString& wsTimePattern);
 | 
| -  IFX_Locale* GetPatternLocale(const CFX_WideStringC& wsLocale);
 | 
| +  IFX_Locale* GetPatternLocale(const CFX_WideString& wsLocale);
 | 
| +
 | 
|    IFX_LocaleMgr* m_pLocaleMgr;
 | 
|    FX_BOOL m_bUseLCID;
 | 
|  };
 | 
| 
 |