ICU-8167 missed one U_TOOLUTIL_API in the move to the common library
X-SVN-Rev: 29537
This commit is contained in:
parent
5701f7add9
commit
3715b6dea4
@ -265,7 +265,7 @@ public:
|
|||||||
* Iterator for all of the (string, value) pairs in a UCharsTrie.
|
* Iterator for all of the (string, value) pairs in a UCharsTrie.
|
||||||
* @draft ICU 4.8
|
* @draft ICU 4.8
|
||||||
*/
|
*/
|
||||||
class U_TOOLUTIL_API Iterator : public UMemory {
|
class U_COMMON_API Iterator : public UMemory {
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* Iterates from the root of a UChar-serialized UCharsTrie.
|
* Iterates from the root of a UChar-serialized UCharsTrie.
|
||||||
|
Loading…
Reference in New Issue
Block a user