]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/uvector.h
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / common / uvector.h
index 710f0dbcc97a2e0f533950bdc05e7bfa5e54c8f9..a29b9c554195d93855f160fa07c53a9994f46da0 100644 (file)
@@ -193,9 +193,9 @@ public:
      * Change the size of this vector as follows: If newSize is
      * smaller, then truncate the array, possibly deleting held
      * elements for i >= newSize.  If newSize is larger, grow the
-     * array, filling in new slows with NULL.
+     * array, filling in new slots with NULL.
      */
-    void setSize(int32_t newSize);
+    void setSize(int32_t newSize, UErrorCode &status);
 
     /**
      * Fill in the given array with all elements of this vector.