Salome HOME
#18963 Minimize compiler warnings
[modules/gui.git] / src / SVTK / SVTK_SetRotationPointDlg.cxx
index fdc5e3362345f79f9ba7491a88e5f53584b6eac6..a0b98d81cc8863224f216ac98796a03e0adb08a7 100644 (file)
@@ -57,9 +57,9 @@ SVTK_SetRotationPointDlg
                          theParent, 
                          theName),
   myMainWindow(theParent),
+  myRWInteractor(theParent->GetInteractor()),
   myPriority(0.0),
-  myEventCallbackCommand(vtkCallbackCommand::New()),
-  myRWInteractor(theParent->GetInteractor())
+  myEventCallbackCommand(vtkCallbackCommand::New())
 {
   setWindowTitle(tr("DLG_TITLE"));
   setSizeGripEnabled(true);