Salome HOME
Copyright update 2022
[modules/shaper.git] / src / SketchAPI / SketchAPI_Point.h
index e9940ac741f6655c5a51ea2fbad0fac5d4e60bae..418b54eb6bae2530f081f62307e3e22582767501 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  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
@@ -56,7 +56,7 @@ public:
   /// Constructor with values
   SKETCHAPI_EXPORT
   SketchAPI_Point(const std::shared_ptr<ModelAPI_Feature> & 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