]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Minor changes
authorapo <apo@opencascade.com>
Thu, 5 Jul 2007 12:11:07 +0000 (12:11 +0000)
committerapo <apo@opencascade.com>
Thu, 5 Jul 2007 12:11:07 +0000 (12:11 +0000)
src/VISUGUI/VisuGUI_CutPlanesDlg.h

index e94a7bf61630bff30c629b71a165ef46c4afd279..9f2ad6ccd5e760fff870b2e64e8a4a77ded0d104 100644 (file)
@@ -87,7 +87,7 @@ private:
     QRadioButton* RBxy;
     QtxDblSpinBox* myPosSpn;
     QTable* myPosTable;
-    VISU::CutPlanes_i* myCutPlanes;
+    SALOME::GenericObjPtr<VISU::CutPlanes_i> myCutPlanes;
     QCheckBox* myPreviewCheck;
     double          X1, X2;
     double          Y1, Y2;
@@ -132,7 +132,6 @@ private:
     VisuGUI_CutPlanesPane* myCutPane;
     VisuGUI_ScalarBarPane* myScalarPane;
     VisuGUI_InputPane*     myInputPane;
-    VISU::CutPlanes_i*     myPrs;
     SALOME::GenericObjPtr<VISU::CutPlanes_i> myPrsCopy;
 };