From: Michael Ow Date: Wed, 29 Feb 2012 19:20:21 +0000 (+0000) Subject: ICU-9144 Fix ifdef statement in icudataver.h X-Git-Tag: milestone-59-0-1~3949 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1064832f9031829e5ce2dabbe60dfa1c1811da79;p=icu ICU-9144 Fix ifdef statement in icudataver.h X-SVN-Rev: 31545 --- diff --git a/icu4c/source/common/unicode/icudataver.h b/icu4c/source/common/unicode/icudataver.h index b81176299c4..65d08317360 100644 --- a/icu4c/source/common/unicode/icudataver.h +++ b/icu4c/source/common/unicode/icudataver.h @@ -1,7 +1,7 @@ /* ****************************************************************************** * -* Copyright (C) 2009-2011, International Business Machines +* Copyright (C) 2009-2012, International Business Machines * Corporation and others. All Rights Reserved. * ****************************************************************************** @@ -12,7 +12,7 @@ #include "unicode/utypes.h" -#ifndef U_HIDE_INTERNAL_API +#ifndef U_HIDE_DRAFT_API /** * @draft ICU 49 */ @@ -31,7 +31,7 @@ * * @draft ICU 49 */ -U_INTERNAL void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status); -#endif /* U_HIDE_INTERNAL_API */ +U_DRAFT void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status); +#endif /* U_HIDE_DRAFT_API */ #endif