From c3c21d1fe9528bd1284a014225edc557aa049b16 Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Fri, 25 May 2018 22:54:48 +0000 Subject: [PATCH] ICU-13788 Fixing number_decimfmtprops C++ dependency issue. X-SVN-Rev: 41465 --- icu4c/source/i18n/number_decimfmtprops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/number_decimfmtprops.h b/icu4c/source/i18n/number_decimfmtprops.h index f42f94ac42c..f288b6e0d97 100644 --- a/icu4c/source/i18n/number_decimfmtprops.h +++ b/icu4c/source/i18n/number_decimfmtprops.h @@ -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 compactStyle;