| Index: xfa/src/fgas/include/fx_locale.h
|
| diff --git a/xfa/src/fgas/include/fx_locale.h b/xfa/src/fgas/include/fx_locale.h
|
| index 6886974fd210d10e1ecc50f975a74d0ff05f0a92..25a6dda4e15d4585cc37d90359a7a024bd367c69 100644
|
| --- a/xfa/src/fgas/include/fx_locale.h
|
| +++ b/xfa/src/fgas/include/fx_locale.h
|
| @@ -108,7 +108,7 @@ public:
|
| virtual FX_BOOL FormatZero(const CFX_WideString& wsPattern, CFX_WideString& wsOutput) = 0;
|
| virtual FX_BOOL FormatNull(const CFX_WideString& wsPattern, CFX_WideString& wsOutput) = 0;
|
| };
|
| -class CFX_Decimal : CFX_Object
|
| +class CFX_Decimal
|
| {
|
| public:
|
| CFX_Decimal();
|
|
|