X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..f59164e3d128c7675a4d3934206346a3384e53a5:/icuSources/common/servnotf.h diff --git a/icuSources/common/servnotf.h b/icuSources/common/servnotf.h index 19c2d690..362696f5 100644 --- a/icuSources/common/servnotf.h +++ b/icuSources/common/servnotf.h @@ -1,6 +1,6 @@ /** ******************************************************************************* - * Copyright (C) 2001-2004, International Business Machines Corporation and * + * Copyright (C) 2001-2014, International Business Machines Corporation and * * others. All Rights Reserved. * ******************************************************************************* */ @@ -47,7 +47,7 @@ public: } virtual UnicodeString& debugClass(UnicodeString& result) const { - return result.append("Key"); + return result.append((UnicodeString)"Key"); } #endif }; @@ -70,7 +70,6 @@ public: */ class U_COMMON_API ICUNotifier : public UMemory { -private: UMTX notifyLock; private: UVector* listeners; public: