X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/4388f060552cc537e71e957d32f35e9d75a61233..f59164e3d128c7675a4d3934206346a3384e53a5:/icuSources/common/servnotf.h diff --git a/icuSources/common/servnotf.h b/icuSources/common/servnotf.h index 4fae2f39..362696f5 100644 --- a/icuSources/common/servnotf.h +++ b/icuSources/common/servnotf.h @@ -1,6 +1,6 @@ /** ******************************************************************************* - * Copyright (C) 2001-2011, 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 };