]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchAPI/SketchAPI_Arc.h
Salome HOME
Support of wide string
[modules/shaper.git] / src / SketchAPI / SketchAPI_Arc.h
index 69e724dcb1a678f4351ad49e4675fc44f5a512f1..8e3ec44771c9e23c2e7253dc4115855b7eb027ba 100644 (file)
@@ -64,7 +64,7 @@ public:
   /// Constructor with values.
   SKETCHAPI_EXPORT
   SketchAPI_Arc(const std::shared_ptr<ModelAPI_Feature>& theFeature,
-                const std::string& theExternalName);
+                const std::wstring& theExternalName);
 
   /// Destructor.
   SKETCHAPI_EXPORT
@@ -106,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