mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-8543 Memory allocation functions check, fixes.
X-SVN-Rev: 30070
This commit is contained in:
parent
9df1ab3178
commit
343f41f0f8
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ public:
|
|||
/**
|
||||
* @internal
|
||||
*/
|
||||
class PluralSelector {
|
||||
class PluralSelector : public UMemory {
|
||||
public:
|
||||
/**
|
||||
* Given a number, returns the appropriate PluralFormat keyword.
|
||||
|
|
Loading…
Add table
Reference in a new issue