]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/servnotf.cpp
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / common / servnotf.cpp
index feecbc31dd214e4c2b6f8c899042bba1f97b9da9..dbcbe92df802df645adbe8fc9f01af9c6ffc0047 100644 (file)
@@ -1,6 +1,6 @@
 /**
  *******************************************************************************
- * Copyright (C) 2001-2011, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2012, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
@@ -19,7 +19,7 @@ U_NAMESPACE_BEGIN
 EventListener::~EventListener() {}
 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(EventListener)
 
-static UMTX notifyLock;
+static UMutex notifyLock = U_MUTEX_INITIALIZER;
 
 ICUNotifier::ICUNotifier(void) 
 : listeners(NULL)