]> granicus.if.org Git - icu/commitdiff
ICU-10046 More review comments from roubert.
authorTravis Keep <keep94@gmail.com>
Tue, 17 Jun 2014 14:26:41 +0000 (14:26 +0000)
committerTravis Keep <keep94@gmail.com>
Tue, 17 Jun 2014 14:26:41 +0000 (14:26 +0000)
X-SVN-Rev: 35881

icu4c/source/i18n/scientificformathelper.cpp

index 6253ca7a53616da92122464560ea1c418611427f..5a3a2bc0c610989881d72b17d0f3eef5c7231dd5 100644 (file)
@@ -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) {