mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-3872 Change the destructor to virtual
X-SVN-Rev: 15960
This commit is contained in:
parent
c599fb313f
commit
4e30c5a621
1 changed files with 1 additions and 1 deletions
|
@ -2753,7 +2753,7 @@ public:
|
|||
/** Destructor.
|
||||
* @stable ICU 2.0
|
||||
*/
|
||||
~UnicodeString();
|
||||
virtual ~UnicodeString();
|
||||
|
||||
|
||||
/* Miscellaneous operations */
|
||||
|
|
Loading…
Add table
Reference in a new issue