summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/i18n/gender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/i18n/gender.cpp')
-rw-r--r--deps/icu-small/source/i18n/gender.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/i18n/gender.cpp b/deps/icu-small/source/i18n/gender.cpp
index 106cf424c5..03c03cecad 100644
--- a/deps/icu-small/source/i18n/gender.cpp
+++ b/deps/icu-small/source/i18n/gender.cpp
@@ -98,7 +98,7 @@ const GenderInfo* GenderInfo::getInstance(const Locale& locale, UErrorCode& stat
return NULL;
}
- static UMutex gGenderMetaLock = U_MUTEX_INITIALIZER;
+ static UMutex gGenderMetaLock;
const GenderInfo* result = NULL;
const char* key = locale.getName();
{