Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / ModuleBase / ModuleBase_LabelValue.cpp
index ebab17d18722eb897722cfc2fc4141e4f7d8ce1c..1b67bf687089fed5f1e094180e63e95280d12980 100644 (file)
@@ -28,7 +28,7 @@
 ModuleBase_LabelValue::ModuleBase_LabelValue(QWidget* theParent, const QString& theText,
                                              const QString& theToolTip, const QString& theIcon,
                                              int thePrecision)
-: QWidget(theParent), myPrecision(thePrecision), myValue(0)
+: QWidget(theParent), myValue(0), myPrecision(thePrecision)
 {
   QHBoxLayout* aLayout = new QHBoxLayout(this);
   aLayout->setContentsMargins(2, 0, 0, 0);