]> granicus.if.org Git - icu/commitdiff
ICU-11276 Comment about getParameters() return type.
authorShane Carr <shane@unicode.org>
Sat, 15 Sep 2018 04:23:52 +0000 (21:23 -0700)
committerShane Carr <shane@unicode.org>
Thu, 27 Sep 2018 21:27:40 +0000 (14:27 -0700)
icu4c/source/i18n/number_types.h

index 45e641ddcbfef17d24802eafb54704bd8a4805c1..8e39936e4e1583b861b3174ed937c08ad4406d33 100644 (file)
@@ -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;