mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-11276 Comment about getParameters() return type.
This commit is contained in:
parent
abb6ed034a
commit
55961fbf05
1 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,8 @@ class U_I18N_API Modifier {
|
|||
|
||||
/**
|
||||
* Gets a set of "parameters" for this Modifier.
|
||||
*
|
||||
* TODO: Make this return a `const Parameters*` more like Java?
|
||||
*/
|
||||
virtual void getParameters(Parameters& output) const = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue