X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/fd0068a84e9996f225edba706498f6ed413d0673..46f4442e9a5a4f3b98b7c1083586332f6a8a99a4:/icuSources/common/uvector.h diff --git a/icuSources/common/uvector.h b/icuSources/common/uvector.h index 710f0dbc..a29b9c55 100644 --- a/icuSources/common/uvector.h +++ b/icuSources/common/uvector.h @@ -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.