X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchAPI%2FSketchAPI_IntersectionPoint.h;h=627e54fb5054ba611c557befa9d00aa0a18db6f9;hb=9270adddc12db9661c676544537b0e8eb78c1624;hp=cc1b4e947a107f780ff058eec33d5acc77ee5f7d;hpb=1c3738ae81b02ba62136ac03a53a81a532b95141;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_IntersectionPoint.h b/src/SketchAPI/SketchAPI_IntersectionPoint.h index cc1b4e947..627e54fb5 100644 --- a/src/SketchAPI/SketchAPI_IntersectionPoint.h +++ b/src/SketchAPI/SketchAPI_IntersectionPoint.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2022 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,10 +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_INTERSECTIONPOINT_H_ @@ -47,7 +46,7 @@ public: /// Constructor with values SKETCHAPI_EXPORT SketchAPI_IntersectionPoint(const std::shared_ptr & theFeature, - const std::string & theExternalName); + const std::wstring & theExternalName); /// Destructor SKETCHAPI_EXPORT virtual ~SketchAPI_IntersectionPoint(); @@ -67,7 +66,7 @@ public: /// Set by external name SKETCHAPI_EXPORT - void setByExternalEdgeName(const std::string & theExternalEdgeName); + void setByExternalEdgeName(const std::wstring & theExternalEdgeName); /// Set flag to include projection to result or not SKETCHAPI_EXPORT