X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTransformationGUI%2FTransformationGUI_RotationDlg.h;fp=src%2FTransformationGUI%2FTransformationGUI_RotationDlg.h;h=173ce35de0618e6a36754808315544c0fb058571;hb=732211808796539fcf1de34e06038e7fb015ece9;hp=ab3dc222e660e7702c8813949f36fe8f0655935c;hpb=0213ec66495d08807c5d4e2e98cd15cfb994d154;p=modules%2Fgeom.git diff --git a/src/TransformationGUI/TransformationGUI_RotationDlg.h b/src/TransformationGUI/TransformationGUI_RotationDlg.h index ab3dc222e..173ce35de 100644 --- a/src/TransformationGUI/TransformationGUI_RotationDlg.h +++ b/src/TransformationGUI/TransformationGUI_RotationDlg.h @@ -41,7 +41,7 @@ class TransformationGUI_RotationDlg : public GEOMBase_Skeleton Q_OBJECT public: - TransformationGUI_RotationDlg(QWidget* parent = 0, const char* name = 0, SALOME_Selection* Sel = 0, bool modal = FALSE, WFlags fl = 0); + TransformationGUI_RotationDlg(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0); ~TransformationGUI_RotationDlg(); protected: @@ -56,7 +56,7 @@ private : void Init(); void enterEvent(QEvent* e); double GetAngle() const; - + GEOM::ListOfGO myObjects; GEOM::GEOM_Object_var myAxis;