X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintCoincidence.cpp;h=3cc02a863e73f99b635880abcd94b982366ebcc6;hb=21a0c85b52bb93f94680e2342370764e6510e387;hp=5fa7f0f075a1e8848f46794f8c7568ebb502df23;hpb=b200c0c98cb5b967a20ad42af6b7b8d807e6922e;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp b/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp index 5fa7f0f07..3cc02a863 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp +++ b/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp @@ -101,8 +101,8 @@ AttributePoint2DPtr SketchPlugin_ConstraintCoincidence::getPoint(const FeaturePt } void SketchPlugin_ConstraintCoincidence::createCoincidenceFeature(SketchPlugin_Sketch* theSketch, - const std::shared_ptr& thePoint1, - const std::shared_ptr& thePoint2) + const std::shared_ptr& thePoint1, + const std::shared_ptr& thePoint2) { FeaturePtr aFeature; if (theSketch) {