X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchAPI%2FSketchAPI_Arc.h;h=7315c9ec716de74e6563005d8c2d1fe6b2dd720f;hb=f71c1052b2ecc33488b2136947088777adc17584;hp=7716ce64045e809717bd4c81840d4b4a970d88ed;hpb=7074394f8f08413d885f63be01df6bd5007b868c;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_Arc.h b/src/SketchAPI/SketchAPI_Arc.h index 7716ce640..7315c9ec7 100644 --- a/src/SketchAPI/SketchAPI_Arc.h +++ b/src/SketchAPI/SketchAPI_Arc.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,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 SketchAPI_Arc_H_ @@ -65,7 +64,7 @@ public: /// Constructor with values. SKETCHAPI_EXPORT SketchAPI_Arc(const std::shared_ptr& theFeature, - const std::string& theExternalName); + const std::wstring& theExternalName); /// Destructor. SKETCHAPI_EXPORT @@ -107,7 +106,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