Index: xfa/fgas/localization/fgas_locale.h |
diff --git a/xfa/fgas/localization/fgas_locale.h b/xfa/fgas/localization/fgas_locale.h |
index f9b84c5487b630ecb6c270150d1804a9353bace7..a3272b455fc08729bf80961e349c51a61f0fda31 100644 |
--- a/xfa/fgas/localization/fgas_locale.h |
+++ b/xfa/fgas/localization/fgas_locale.h |
@@ -68,7 +68,7 @@ class IFX_Locale { |
bool bAbbr = true) const = 0; |
virtual void GetMeridiemName(CFX_WideString& wsMeridiemName, |
bool bAM = true) const = 0; |
- virtual void GetTimeZone(FX_TIMEZONE& tz) const = 0; |
+ virtual void GetTimeZone(FX_TIMEZONE* tz) const = 0; |
virtual void GetEraName(CFX_WideString& wsEraName, bool bAD = true) const = 0; |
virtual void GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY eType, |
CFX_WideString& wsPattern) const = 0; |