X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Point.h;h=4d2845c1c0958eb1c5bb9fcca2cf1541cece47f2;hb=38afbd899a8645c83e17f2c24a17a2b7414911b4;hp=48415b18ccf83a6b3592aa9c226b6b83c6f8dcb9;hpb=99d0c1c3d9f58d92daa2e507f7d5bc05601896c1;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Point.h b/src/SketchPlugin/SketchPlugin_Point.h index 48415b18c..4d2845c1c 100644 --- a/src/SketchPlugin/SketchPlugin_Point.h +++ b/src/SketchPlugin/SketchPlugin_Point.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D --> + // File: SketchPlugin_Point.h // Created: 07 May 2014 // Author: Artem ZHIDKOV @@ -58,7 +60,7 @@ class SketchPlugin_Point : public SketchPlugin_Feature /// Return the distance between the feature and the point /// \param thePoint the point - virtual double distanceToPoint(const boost::shared_ptr& thePoint); + virtual double distanceToPoint(const std::shared_ptr& thePoint); /// Use plugin manager for features creation SketchPlugin_Point();