Salome HOME
Merge branch 'jfa/26449_1'
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Interface.h
index 47cea396e8a1d76cf415163b3d00852b73e31da7..47a1027892686bf6e8479483b3a3aabed11abea4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2021  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
@@ -68,11 +68,11 @@ public:
 
   /// Shortcut for feature()->data()->setName()
   MODELHIGHAPI_EXPORT
-  void setName(const std::string& theName);
+  void setName(const std::wstring& theName);
 
   /// Shortcut for feature()->data()->name()
   MODELHIGHAPI_EXPORT
-  std::string name() const;
+  std::wstring name() const;
 
   /// Return firts object of the feature
   MODELHIGHAPI_EXPORT