diff options
Diffstat (limited to 'xfa/fxfa/parser/xfa_localevalue.h')
-rw-r--r-- | xfa/fxfa/parser/xfa_localevalue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/xfa_localevalue.h b/xfa/fxfa/parser/xfa_localevalue.h index cea5eb1dc5..dfe758d4a9 100644 --- a/xfa/fxfa/parser/xfa_localevalue.h +++ b/xfa/fxfa/parser/xfa_localevalue.h @@ -99,7 +99,7 @@ class CXFA_LocaleValue { bool IsEmpty() const { return m_wsValue.IsEmpty(); } bool IsValid() const { return m_bValid; } - protected: + private: bool ParsePatternValue(const CFX_WideString& wsValue, const CFX_WideString& wsPattern, IFX_Locale* pLocale); |