Salome HOME
Merge remote-tracking branch 'remotes/origin/EDF_2020_Lot2'
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Interface.cpp
index cec0fb1cec3a359bc2d59d28c5199dda95875d49..8a2f1c6442898be866d9d63384e6013b3d7ac24c 100644 (file)
@@ -86,7 +86,7 @@ void ModelHighAPI_Interface::execute(bool isForce)
   //aLoop->flush(Events_Loop::eventByName(EVENT_OBJECT_DELETED));
 }
 
-void ModelHighAPI_Interface::setName(const std::string& theName)
+void ModelHighAPI_Interface::setName(const std::wstring& theName)
 {
   if (feature().get() && feature()->data()->isValid())
     feature()->data()->setName(theName);
@@ -95,7 +95,7 @@ void ModelHighAPI_Interface::setName(const std::string& theName)
   }
 }
 
-std::string ModelHighAPI_Interface::name() const
+std::wstring ModelHighAPI_Interface::name() const
 {
   return feature()->data()->name();
 }