Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(573)

Unified Diff: xfa/fgas/localization/fgas_localeimp.h

Issue 1979723003: Make CFX_WideString(const CFX_WideString&) explicit. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Override Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fgas/localization/fgas_locale.cpp ('k') | xfa/fgas/localization/fgas_localemgr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « xfa/fgas/localization/fgas_locale.cpp ('k') | xfa/fgas/localization/fgas_localemgr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698