]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Correction.
authorClarisse Genrault <clarisse.genrault@cea.fr>
Thu, 17 Nov 2016 10:36:49 +0000 (11:36 +0100)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Thu, 17 Nov 2016 10:36:49 +0000 (11:36 +0100)
src/GeomAlgoAPI/GeomAlgoAPI_Box.cpp

index 7020115ab52477b4de5811198eef797b3d733257..8beb67f56b33b0266f40be7215b6efb48645836f 100644 (file)
@@ -26,7 +26,7 @@ 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;