ICU-8167 the Mac build needs U_COMMON_API etc. on *some* nested classes

X-SVN-Rev: 29275
This commit is contained in:
Andy Heninger 2011-01-06 23:35:32 +00:00
parent f9815a912b
commit c12ce73a18
2 changed files with 2 additions and 2 deletions

View File

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

View File

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