Salome HOME
Support of wide string
[modules/shaper.git] / src / SketchAPI / SketchAPI_Projection.h
index 02fb43f7e0971464e375dcc04e098cc4f48827ed..3a16dbc4a69070fb7814286f8a7eae95b976cd58 100644 (file)
@@ -46,7 +46,7 @@ public:
   /// Constructor with values
   SKETCHAPI_EXPORT
   SketchAPI_Projection(const std::shared_ptr<ModelAPI_Feature> & theFeature,
-                       const std::string & theExternalName);
+                       const std::wstring & theExternalName);
   /// Destructor
   SKETCHAPI_EXPORT
   virtual ~SketchAPI_Projection();
@@ -68,7 +68,7 @@ public:
 
   /// Set by external name
   SKETCHAPI_EXPORT
-  void setByExternalName(const std::string & theExternalName);
+  void setByExternalName(const std::wstring & theExternalName);
 
   /// Set flag to include projection to result or not
   SKETCHAPI_EXPORT