From: nds Date: Thu, 9 Mar 2017 14:48:42 +0000 (+0300) Subject: Issue #2027 Sketcher Trim Feature: split shapes by highlighted point is moved from... X-Git-Tag: V_2.7.0~239 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3048eee14b849329848bc2209a818d2cf6f8429f;p=modules%2Fshaper.git Issue #2027 Sketcher Trim Feature: split shapes by highlighted point is moved from GUI to Trim feature. Correction for Jenkins(function argument). --- diff --git a/src/ModelGeomAlgo/ModelGeomAlgo_Point2D.cpp b/src/ModelGeomAlgo/ModelGeomAlgo_Point2D.cpp index e65a2786e..44759de7e 100755 --- a/src/ModelGeomAlgo/ModelGeomAlgo_Point2D.cpp +++ b/src/ModelGeomAlgo/ModelGeomAlgo_Point2D.cpp @@ -137,7 +137,7 @@ namespace ModelGeomAlgo_Point2D { } } - void appendShapePoints(GeomShapePtr& theShape, + void appendShapePoints(const GeomShapePtr& theShape, const std::shared_ptr& theResult, PointToRefsMap& thePointToAttributeOrObject) {