From: Norbert Runge Date: Wed, 19 Sep 2018 20:55:50 +0000 (-0700) Subject: ICU-20119 Adds comment to change that fixes a header test failure. X-Git-Tag: release-63-rc~35^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=764281e4637253b4dab33cb765ab2d099b623e3e;p=icu ICU-20119 Adds comment to change that fixes a header test failure. --- diff --git a/icu4c/source/common/unicode/uniset.h b/icu4c/source/common/unicode/uniset.h index 9c17e6ec58b..676dea8891c 100644 --- a/icu4c/source/common/unicode/uniset.h +++ b/icu4c/source/common/unicode/uniset.h @@ -1637,7 +1637,7 @@ private: const UnicodeSet* inclusions, UErrorCode &status); -#ifndef U_HIDE_DRAFT_API +#ifndef U_HIDE_DRAFT_API // Skipped: ucpmap.h is draft only. void applyIntPropertyValue(const UCPMap *map, UCPMapValueFilter *filter, const void *context, UErrorCode &errorCode);