ICU-8167 missed one U_TOOLUTIL_API in the move to the common library

X-SVN-Rev: 29537
This commit is contained in:
Markus Scherer 2011-03-04 00:36:52 +00:00
parent 5701f7add9
commit 3715b6dea4

View File

@ -265,7 +265,7 @@ public:
* Iterator for all of the (string, value) pairs in a UCharsTrie.
* @draft ICU 4.8
*/
class U_TOOLUTIL_API Iterator : public UMemory {
class U_COMMON_API Iterator : public UMemory {
public:
/**
* Iterates from the root of a UChar-serialized UCharsTrie.