X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMeasureGUI%2FMeasureGUI_AngleDlg.h;h=a417f0ed3bc76563eaf32b411f8e8b578bd10d3f;hb=6c8fca7b1fc27090ae4fd7dae2f2c6fec07739ba;hp=46615265d6c2578913099c8063b4eca48e92efa2;hpb=7d880c6a8262b6d670ed70ee2b9ec25c199a46d4;p=modules%2Fgeom.git diff --git a/src/MeasureGUI/MeasureGUI_AngleDlg.h b/src/MeasureGUI/MeasureGUI_AngleDlg.h index 46615265d..a417f0ed3 100644 --- a/src/MeasureGUI/MeasureGUI_AngleDlg.h +++ b/src/MeasureGUI/MeasureGUI_AngleDlg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -52,6 +52,7 @@ protected: private: void Init(); bool getParameters( double& ); + void activateSelection(); private: QLineEdit* myEditCurrentArgument; @@ -59,7 +60,7 @@ private: QPushButton* mySelBtn2; MeasureGUI_2Sel1LineEdit* myGrp; - GEOM::GEOM_Object_var myObj2; + GEOM::GeomObjPtr myObj2; }; #endif // MEASUREGUI_ANGLEDLG_H