ICU-8167 the Mac build needs U_COMMON_API etc. on *some* nested classes
X-SVN-Rev: 29275
This commit is contained in:
parent
f9815a912b
commit
c12ce73a18
@ -175,7 +175,7 @@ public:
|
||||
/**
|
||||
* Iterator for all of the (byte sequence, value) pairs in a BytesTrie.
|
||||
*/
|
||||
class Iterator : public UMemory {
|
||||
class U_COMMON_API Iterator : public UMemory {
|
||||
public:
|
||||
/**
|
||||
* Iterates from the root of a byte-serialized BytesTrie.
|
||||
|
@ -237,7 +237,7 @@ public:
|
||||
/**
|
||||
* Iterator for all of the (string, value) pairs in a UCharsTrie.
|
||||
*/
|
||||
class Iterator : public UMemory {
|
||||
class U_TOOLUTIL_API Iterator : public UMemory {
|
||||
public:
|
||||
/**
|
||||
* Iterates from the root of a UChar-serialized UCharsTrie.
|
||||
|
Loading…
Reference in New Issue
Block a user