]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Events.cpp
Salome HOME
Issue #3237: Allow usage of accented characters in ObjectBrowser
[modules/shaper.git] / src / ModelAPI / ModelAPI_Events.cpp
index 4bc97466a39d8396e0500f2c72518ec857c7c080..cebf9ca791fcf5133e83da9a5f31436ab5c704e3 100644 (file)
@@ -196,18 +196,18 @@ ModelAPI_ComputePositionsMessage::ModelAPI_ComputePositionsMessage(
 ModelAPI_ComputePositionsMessage::~ModelAPI_ComputePositionsMessage()
 {}
 
-const std::string& ModelAPI_ComputePositionsMessage::expression() const
+const std::wstring& ModelAPI_ComputePositionsMessage::expression() const
 {
   return myExpression;
 }
 
-const std::string& ModelAPI_ComputePositionsMessage::parameter() const
+const std::wstring& ModelAPI_ComputePositionsMessage::parameter() const
 {
   return myParamName;
 }
 
 void ModelAPI_ComputePositionsMessage::set(
-  const std::string& theExpression, const std::string& theParameter)
+  const std::wstring& theExpression, const std::wstring& theParameter)
 {
   myExpression = theExpression;
   myParamName = theParameter;