Index: source/common/caniter.cpp |
diff --git a/source/common/caniter.cpp b/source/common/caniter.cpp |
index 37ca8dfb50e67b51ed7f3005a98ef2d7e7b6bf1d..d47681787755ee6be6cd1658fa1c72a8cab62745 100644 |
--- a/source/common/caniter.cpp |
+++ b/source/common/caniter.cpp |
@@ -1,7 +1,7 @@ |
/* |
***************************************************************************** |
- * Copyright (C) 1996-2011, International Business Machines Corporation and * |
- * others. All Rights Reserved. * |
+ * Copyright (C) 1996-2014, International Business Machines Corporation and |
+ * others. All Rights Reserved. |
***************************************************************************** |
*/ |
@@ -71,7 +71,7 @@ CanonicalIterator::CanonicalIterator(const UnicodeString &sourceStr, UErrorCode |
pieces_lengths(NULL), |
current(NULL), |
current_length(0), |
- nfd(*Normalizer2Factory::getNFDInstance(status)), |
+ nfd(*Normalizer2::getNFDInstance(status)), |
nfcImpl(*Normalizer2Factory::getNFCImpl(status)) |
{ |
if(U_SUCCESS(status) && nfcImpl.ensureCanonIterData(status)) { |