mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-13788 Fixing number_decimfmtprops C++ dependency issue.
X-SVN-Rev: 41465
This commit is contained in:
parent
0b1aa193fc
commit
c3c21d1fe9
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ enum ParseMode {
|
|||
};
|
||||
|
||||
// Exported as U_I18N_API because it is needed for the unit test PatternStringTest
|
||||
struct U_I18N_API DecimalFormatProperties {
|
||||
struct U_I18N_API DecimalFormatProperties : public UMemory {
|
||||
|
||||
public:
|
||||
NullableValue<UNumberCompactStyle> compactStyle;
|
||||
|
|
Loading…
Add table
Reference in a new issue