projects
/
icu
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b1aa19
)
ICU-13788 Fixing number_decimfmtprops C++ dependency issue.
author
Shane Carr
<shane@unicode.org>
Fri, 25 May 2018 22:54:48 +0000
(22:54 +0000)
committer
Shane Carr
<shane@unicode.org>
Fri, 25 May 2018 22:54:48 +0000
(22:54 +0000)
X-SVN-Rev: 41465
icu4c/source/i18n/number_decimfmtprops.h
patch
|
blob
|
history
diff --git
a/icu4c/source/i18n/number_decimfmtprops.h
b/icu4c/source/i18n/number_decimfmtprops.h
index f42f94ac42c08ee6cf031fa7d0d7787004497a68..f288b6e0d97f58ff151470de4dec79f600fbabc1 100644
(file)
--- 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<UNumberCompactStyle> compactStyle;