X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintBase.cpp;h=63b7b8dd860eb582ff3aa24f33eb6d66266736f6;hb=74e9ba33303efc2282db1261706e904efa36b255;hp=f8ecab3651bc86b653991a2a36cf39d8d55a4a82;hpb=cd9217d7e87997ec8bc150a6d8c389e742ca0f84;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintBase.cpp b/src/SketchPlugin/SketchPlugin_ConstraintBase.cpp index f8ecab365..63b7b8dd8 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintBase.cpp +++ b/src/SketchPlugin/SketchPlugin_ConstraintBase.cpp @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D --> + // File: SketchPlugin_ConstraintBase.cpp // Created: 08 May 2014 // Author: Artem ZHIDKOV @@ -20,7 +22,7 @@ void SketchPlugin_ConstraintBase::move(const double theDeltaX, const double theD } double SketchPlugin_ConstraintBase::distanceToPoint( - const boost::shared_ptr& thePoint) + const std::shared_ptr& thePoint) { return 0; }