]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/InitializationPlugin/InitializationPlugin_EvalListener.h
Salome HOME
Issue #3237: Allow usage of accented characters in ObjectBrowser
[modules/shaper.git] / src / InitializationPlugin / InitializationPlugin_EvalListener.h
index 5b6f3d7be7cf7a5b59378166204790a5ebcbaf69..756b335ec0a739ee10c9bd1d63f7255338b87b3e 100644 (file)
@@ -51,7 +51,7 @@ class InitializationPlugin_EvalListener : public Events_Listener
  protected:
   /// Evaluates theExpression and returns its value.
    double evaluate(std::shared_ptr<ModelAPI_Feature> theParameter,
-                  const std::string& theExpression, std::string& theError,
+                  const std::wstring& theExpression, std::string& theError,
                   std::list<std::shared_ptr<ModelAPI_ResultParameter> >& theParamsList,
                   const bool theIsParameter = false);