From: Clarisse Genrault Date: Thu, 17 Nov 2016 10:38:26 +0000 (+0100) Subject: Correction. X-Git-Tag: V_2.6.0~81^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1436e4bf058d492ffc23da6c5c0fb1bcd07b6881;p=modules%2Fshaper.git Correction. --- diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_Box.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_Box.cpp index 8beb67f56..6c795cfa7 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_Box.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_Box.cpp @@ -26,7 +26,6 @@ GeomAlgoAPI_Box::GeomAlgoAPI_Box(const double theDx, const double theDy, const d //================================================================================================= GeomAlgoAPI_Box::GeomAlgoAPI_Box(std::shared_ptr theFirstPoint, std::shared_ptr theSecondPoint) -: { myFirstPoint = theFirstPoint; mySecondPoint = theSecondPoint;