mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-13634 Fix Macintosh build breakage.
X-SVN-Rev: 41277
This commit is contained in:
parent
72ae3d7d54
commit
9ba0aa2345
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue