ICU-13634 Fix Macintosh build breakage.

X-SVN-Rev: 41277
This commit is contained in:
Andy Heninger 2018-04-25 21:04:19 +00:00
parent 72ae3d7d54
commit 9ba0aa2345
2 changed files with 4 additions and 2 deletions

View file

@ -29,7 +29,8 @@ using ::icu::number::impl::CurrencySymbols;
*
* @author sffc
*/
class CombinedCurrencyMatcher : public NumberParseMatcher, public UMemory {
// Exported as U_I18N_API for tests
class U_I18N_API CombinedCurrencyMatcher : public NumberParseMatcher, public UMemory {
public:
CombinedCurrencyMatcher() = default; // WARNING: Leaves the object in an unusable state

View file

@ -20,7 +20,8 @@ namespace impl {
*
* @author sffc
*/
class SymbolMatcher : public NumberParseMatcher, public UMemory {
// Exported as U_I18N_API for tests
class U_I18N_API SymbolMatcher : public NumberParseMatcher, public UMemory {
public:
SymbolMatcher() = default; // WARNING: Leaves the object in an unusable state