Salome HOME
Merge branch 'master' into cgt/devCEA
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Box.cpp
index 8beb67f56b33b0266f40be7215b6efb48645836f..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)
-:
 {
   myFirstPoint = theFirstPoint;
   mySecondPoint = theSecondPoint;