]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelHighAPI/ModelHighAPI_Folder.h
Salome HOME
Support of wide string
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Folder.h
index 2f99aabf82d865f95c571897f3a24e5c9a705aaa..ea0232c742d3dc2dc80aec8fc74fb1f18cd3ff9c 100644 (file)
@@ -58,11 +58,11 @@ public:
 
   /// Shortcut for data()->setName()
   MODELHIGHAPI_EXPORT
-  void setName(const std::string& theName);
+  void setName(const std::wstring& theName);
 
   /// Shortcut for data()->name()
   MODELHIGHAPI_EXPORT
-  std::string name() const;
+  std::wstring name() const;
 
   /// To update the folder state
   /// \param isForce start execution of feature instead of sending events