From: Travis Keep Date: Tue, 17 Jun 2014 14:26:41 +0000 (+0000) Subject: ICU-10046 More review comments from roubert. X-Git-Tag: milestone-59-0-1~1847 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49c0734f6aa02f395d2d2696f199153198fde2a9;p=icu ICU-10046 More review comments from roubert. X-SVN-Rev: 35881 --- diff --git a/icu4c/source/i18n/scientificformathelper.cpp b/icu4c/source/i18n/scientificformathelper.cpp index 6253ca7a536..5a3a2bc0c61 100644 --- a/icu4c/source/i18n/scientificformathelper.cpp +++ b/icu4c/source/i18n/scientificformathelper.cpp @@ -37,7 +37,9 @@ ScientificFormatHelper::ScientificFormatHelper( ScientificFormatHelper::ScientificFormatHelper( const ScientificFormatHelper &other) - : fPreExponent(other.fPreExponent), fStaticSets(other.fStaticSets) { + : UObject(other), + fPreExponent(other.fPreExponent), + fStaticSets(other.fStaticSets) { } ScientificFormatHelper &ScientificFormatHelper::operator=(const ScientificFormatHelper &other) {