Salome HOME
Merge multi-study removal branch.
[modules/geom.git] / src / MeasureGUI / MeasureGUI_AngleDlg.cxx
index 1833b56a695db856007b8b27f9586be6e43d635c..ae7a8326b43edac9a07a94904fc7c8d59d5a5ddc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  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
@@ -55,7 +55,6 @@
 #include <gce_MakePln.hxx>
 #include <Precision.hxx>
 #include <AIS.hxx>
-#include <AIS_Drawer.hxx>
 #include <Prs3d_LineAspect.hxx> 
 #include <IntTools_EdgeEdge.hxx>
 #include <IntTools_SequenceOfCommonPrts.hxx>
@@ -405,5 +404,5 @@ bool MeasureGUI_AngleDlg::isValid (QString& msg)
 void MeasureGUI_AngleDlg::activateSelection()
 {
   globalSelection(GEOM_LINE);
-  localSelection(GEOM::GEOM_Object::_nil(), TopAbs_EDGE );
+  localSelection( TopAbs_EDGE );
 }