]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #2027 Sketcher Trim Feature: split shapes by highlighted point is moved from...
authornds <nds@opencascade.com>
Thu, 9 Mar 2017 14:48:42 +0000 (17:48 +0300)
committernds <nds@opencascade.com>
Thu, 9 Mar 2017 14:48:42 +0000 (17:48 +0300)
Correction for Jenkins(function argument).

src/ModelGeomAlgo/ModelGeomAlgo_Point2D.cpp

index e65a2786e312b2fc8f47d068cfe3f12fb5a207f3..44759de7e2c3de97e820cc3bb351b8b68cb89fad 100755 (executable)
@@ -137,7 +137,7 @@ namespace ModelGeomAlgo_Point2D {
     }
   }
 
-  void appendShapePoints(GeomShapePtr& theShape,
+  void appendShapePoints(const GeomShapePtr& theShape,
                          const std::shared_ptr<ModelAPI_Result>& theResult,
                          PointToRefsMap& thePointToAttributeOrObject)
   {