mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-11249 class NFDIterator change base from UMemory to UObject. For ICU 54 BRS Verify Malloc Functions task.
X-SVN-Rev: 36442
This commit is contained in:
parent
c794caf7d4
commit
b00b0d552e
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ namespace {
|
|||
* Abstract iterator for identical-level string comparisons.
|
||||
* Returns FCD code points and handles temporary switching to NFD.
|
||||
*/
|
||||
class NFDIterator : public UMemory {
|
||||
class NFDIterator : public UObject {
|
||||
public:
|
||||
NFDIterator() : index(-1), length(0) {}
|
||||
virtual ~NFDIterator() {}
|
||||
|
|
Loading…
Add table
Reference in a new issue