From 6f97fd0a2a26e66c060d0a5fcb428e117d43ab43 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Sun, 4 May 2014 20:43:48 +0000 Subject: [PATCH] ICU-10835 Fix build problems from r35683. X-SVN-Rev: 35691 --- icu4c/source/i18n/regexcmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/i18n/regexcmp.h b/icu4c/source/i18n/regexcmp.h index 022b120198b..debdf45833a 100644 --- a/icu4c/source/i18n/regexcmp.h +++ b/icu4c/source/i18n/regexcmp.h @@ -38,7 +38,7 @@ struct RegexTableEl; class RegexPattern; -class RegexCompile : public UMemory { +class U_I18N_API RegexCompile : public UMemory { public: enum { @@ -117,7 +117,7 @@ private: UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated); public: // Public for testing only. - static void findCaseInsensitiveStarters(UChar32 c, UnicodeSet *starterChars); + static void U_EXPORT2 findCaseInsensitiveStarters(UChar32 c, UnicodeSet *starterChars); private: -- 2.40.0