]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_ParamSpinBox.cpp
Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / ModuleBase / ModuleBase_ParamSpinBox.cpp
index fcfbf29492ff032e510c5d6dc6c697abfe802db6..5d48ad9a81edab5bab1f47f165fdf44cb4f56bb2 100644 (file)
@@ -47,9 +47,9 @@ ModuleBase_ParamSpinBox::ModuleBase_ParamSpinBox(QWidget* theParent, int thePrec
   : QAbstractSpinBox(theParent),
   myIsEquation(false),
   myAcceptVariables(true),
-  mySingleStep(1),
   myMinimum(-DBL_MAX),
-  myMaximum(DBL_MAX)
+  myMaximum(DBL_MAX),
+  mySingleStep(1)
 {
   myCompleter = new QCompleter(this);
   myCompleter->setWidget(lineEdit());