mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-20445 Need to export the CharStringByteSink class for Windows and OSX.
This commit is contained in:
parent
d685cacd9b
commit
974087aa0b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ private:
|
|||
ByteSink &sink, uint32_t options, Edits *edits);
|
||||
};
|
||||
|
||||
class CharStringByteSink : public ByteSink {
|
||||
class U_COMMON_API CharStringByteSink : public ByteSink {
|
||||
public:
|
||||
CharStringByteSink(CharString* dest);
|
||||
~CharStringByteSink() override;
|
||||
|
|
Loading…
Add table
Reference in a new issue