ICU-21337 Remove U_I18N_API from enum.

This commit is contained in:
Hugo van der Merwe 2020-10-20 01:39:28 +02:00
parent af7ed1f6d2
commit 57820a495d

View File

@ -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,