From 1b178bb4a8d282aa86f2a19b6e6ace081a079bd2 Mon Sep 17 00:00:00 2001 From: apo Date: Thu, 5 Jul 2007 12:11:07 +0000 Subject: [PATCH] Minor changes --- src/VISUGUI/VisuGUI_CutPlanesDlg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/VISUGUI/VisuGUI_CutPlanesDlg.h b/src/VISUGUI/VisuGUI_CutPlanesDlg.h index e94a7bf6..9f2ad6cc 100644 --- a/src/VISUGUI/VisuGUI_CutPlanesDlg.h +++ b/src/VISUGUI/VisuGUI_CutPlanesDlg.h @@ -87,7 +87,7 @@ private: QRadioButton* RBxy; QtxDblSpinBox* myPosSpn; QTable* myPosTable; - VISU::CutPlanes_i* myCutPlanes; + SALOME::GenericObjPtr 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 myPrsCopy; }; -- 2.39.2