ICU-4092 Allow this class to be tested directly from tests on Windows.

X-SVN-Rev: 17038
This commit is contained in:
George Rhoten 2004-12-29 01:04:00 +00:00
parent 41f1e9ae96
commit 8ed12212b4

View file

@ -18,7 +18,7 @@
U_NAMESPACE_BEGIN
class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
class U_I18N_API Quantifier : public UnicodeFunctor, public UnicodeMatcher {
public:
@ -113,8 +113,6 @@ class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
private:
static void appendNumber(UnicodeString& result, int32_t n);
UnicodeFunctor* matcher; // owned
uint32_t minCount;