Salome HOME
Correction.
authorClarisse Genrault <clarisse.genrault@cea.fr>
Thu, 17 Nov 2016 10:39:05 +0000 (11:39 +0100)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Thu, 17 Nov 2016 10:39:05 +0000 (11:39 +0100)
src/GeomAlgoAPI/GeomAlgoAPI_Box.cpp

index 7020115ab52477b4de5811198eef797b3d733257..6c795cfa73fc3db61297cb4c0a04456478b5a2d0 100644 (file)
@@ -26,7 +26,6 @@ GeomAlgoAPI_Box::GeomAlgoAPI_Box(const double theDx, const double theDy, const d
 //=================================================================================================
 GeomAlgoAPI_Box::GeomAlgoAPI_Box(std::shared_ptr<GeomAPI_Pnt> theFirstPoint,
                                  std::shared_ptr<GeomAPI_Pnt> theSecondPoint)
-:GeomAlgoAPI_Box()
 {
   myFirstPoint = theFirstPoint;
   mySecondPoint = theSecondPoint;