summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/i18n/decfmtst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/i18n/decfmtst.cpp')
-rw-r--r--deps/icu-small/source/i18n/decfmtst.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/icu-small/source/i18n/decfmtst.cpp b/deps/icu-small/source/i18n/decfmtst.cpp
index 5dff3c1645..5943affad4 100644
--- a/deps/icu-small/source/i18n/decfmtst.cpp
+++ b/deps/icu-small/source/i18n/decfmtst.cpp
@@ -71,7 +71,7 @@ static const UChar gStrictDashEquivalentsPattern[] = {
// [ \ - MINUS ]
0x005B, 0x005C, 0x002D, 0x2212, 0x005D, 0x0000};
-static UChar32 gMinusSigns[] = {
+static const UChar32 gMinusSigns[] = {
0x002D,
0x207B,
0x208B,
@@ -80,7 +80,7 @@ static UChar32 gMinusSigns[] = {
0xFE63,
0xFF0D};
-static UChar32 gPlusSigns[] = {
+static const UChar32 gPlusSigns[] = {
0x002B,
0x207A,
0x208A,