/**
*******************************************************************************
- * Copyright (C) 2001-2011, International Business Machines Corporation and *
+ * Copyright (C) 2001-2014, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
}
virtual UnicodeString& debugClass(UnicodeString& result) const {
- return result.append("Key");
+ return result.append((UnicodeString)"Key");
}
#endif
};