X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSketchAPI%2FSketchAPI_Point.h;h=bcbad56e84782113115ca7268700a80f49df9211;hb=05c54697df5d6968704e869a4a21102a0477121f;hp=d15507979f62d2b211dd5d1e1ff3c7078c3cd725;hpb=2532fb2df83ee1ddd9ff3e8b381d3788eaa15b69;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_Point.h b/src/SketchAPI/SketchAPI_Point.h index d15507979..bcbad56e8 100644 --- a/src/SketchAPI/SketchAPI_Point.h +++ b/src/SketchAPI/SketchAPI_Point.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -12,9 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef SRC_SKETCHAPI_SKETCHAPI_POINT_H_ @@ -56,7 +56,7 @@ public: /// Constructor with values SKETCHAPI_EXPORT SketchAPI_Point(const std::shared_ptr & theFeature, - const std::string & theExternalName); + const std::wstring & theExternalName); /// Destructor SKETCHAPI_EXPORT virtual ~SketchAPI_Point(); @@ -82,7 +82,7 @@ public: /// Set by external name SKETCHAPI_EXPORT - void setByExternalName(const std::string & theExternalName); + void setByExternalName(const std::wstring & theExternalName); /// Dump wrapped feature SKETCHAPI_EXPORT