]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/filterednormalizer2.cpp
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / common / filterednormalizer2.cpp
index 92e4e731bf28212d08f80205cfda4e2241af94bc..44ed9c13a0265e19ba2e63c8ee061c9233adfc2a 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2009-2011, International Business Machines
+*   Copyright (C) 2009-2012, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -268,7 +268,7 @@ U_NAMESPACE_END
 
 U_NAMESPACE_USE
 
-U_DRAFT UNormalizer2 * U_EXPORT2
+U_CAPI UNormalizer2 * U_EXPORT2
 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode) {
     if(U_FAILURE(*pErrorCode)) {
         return NULL;