Skip to content

Commit

Permalink
Make OptionMap::Builder exported
Browse files Browse the repository at this point in the history
This is necessary for compilation on Windows, even though it's
an internal class
  • Loading branch information
catamorphism committed Mar 29, 2024
1 parent ba13db1 commit 5c0c9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icu4c/source/i18n/unicode/messageformat2_data_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ namespace message2 {
OptionMap(Option*, int32_t);
virtual ~OptionMap();

class Builder : public UObject {
class U_I18N_API Builder : public UObject {
private:
UVector* options;
bool checkDuplicates = true;
Expand Down

0 comments on commit 5c0c9d5

Please sign in to comment.