From: apo Date: Thu, 5 Jul 2007 12:11:07 +0000 (+0000) Subject: Minor changes X-Git-Tag: T_MULTIPR_INDUS_Persistence~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1b178bb4a8d282aa86f2a19b6e6ace081a079bd2;p=modules%2Fvisu.git Minor changes --- 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; };