ICU-4288 Fix some compiler warnings.

X-SVN-Rev: 17203
This commit is contained in:
George Rhoten 2005-02-16 06:11:55 +00:00
parent fc2dbe2d00
commit 71567e6745

View file

@ -69,7 +69,7 @@ public:
UVector32(int32_t initialCapacity, UErrorCode &status);
~UVector32();
virtual ~UVector32();
/**
* Assign this object to another (make this a copy of 'other').