ICU-13788 Fixing number_decimfmtprops C++ dependency issue.

X-SVN-Rev: 41465
This commit is contained in:
Shane Carr 2018-05-25 22:54:48 +00:00
parent 0b1aa193fc
commit c3c21d1fe9

View file

@ -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;