Index: xfa/fxfa/parser/xfa_locale.h |
diff --git a/xfa/fxfa/parser/xfa_locale.h b/xfa/fxfa/parser/xfa_locale.h |
index b9a3259ead5a93c1138c716ce36827bcc581abc2..6d03843419c44e3784d1e899f4e443e0999ffe06 100644 |
--- a/xfa/fxfa/parser/xfa_locale.h |
+++ b/xfa/fxfa/parser/xfa_locale.h |
@@ -31,7 +31,7 @@ class CXFA_XMLLocale : public IFX_Locale { |
bool bAbbr = true) const override; |
void GetMeridiemName(CFX_WideString& wsMeridiemName, |
bool bAM = true) const override; |
- void GetTimeZone(FX_TIMEZONE& tz) const override; |
+ void GetTimeZone(FX_TIMEZONE* tz) const override; |
void GetEraName(CFX_WideString& wsEraName, bool bAD = true) const override; |
void GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY eType, |
@@ -73,7 +73,7 @@ class CXFA_NodeLocale : public IFX_Locale { |
bool bAbbr = true) const override; |
void GetMeridiemName(CFX_WideString& wsMeridiemName, |
bool bAM = true) const override; |
- void GetTimeZone(FX_TIMEZONE& tz) const override; |
+ void GetTimeZone(FX_TIMEZONE* tz) const override; |
void GetEraName(CFX_WideString& wsEraName, bool bAD = true) const override; |
void GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY eType, |