ICU-21337 Remove U_I18N_API from enum.
This commit is contained in:
parent
af7ed1f6d2
commit
57820a495d
@ -94,7 +94,7 @@ struct U_I18N_API ConversionRate : public UMemory {
|
||||
: source(std::move(source)), target(std::move(target)) {}
|
||||
};
|
||||
|
||||
enum U_I18N_API Convertibility {
|
||||
enum Convertibility {
|
||||
RECIPROCAL,
|
||||
CONVERTIBLE,
|
||||
UNCONVERTIBLE,
|
||||
|
Loading…
Reference in New Issue
Block a user