]> granicus.if.org Git - icu/commitdiff
ICU-10835 Fix build problems from r35683.
authorAndy Heninger <andy.heninger@gmail.com>
Sun, 4 May 2014 20:43:48 +0000 (20:43 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Sun, 4 May 2014 20:43:48 +0000 (20:43 +0000)
X-SVN-Rev: 35691

icu4c/source/i18n/regexcmp.h

index 022b120198bb2863a70af95516d89b197000e89b..debdf45833ae6a2a1fa4aa547dca24e54d15626a 100644 (file)
@@ -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: