Salome HOME
Fixed too long line
[modules/shaper.git] / src / ParametersPlugin / ParametersPlugin_Parameter.h
index bc4d92e47d134fd02aa5dcdc246da7f0a3335f74..1875e46c1abc9287bc82b9021aefef33abcfe7c0 100644 (file)
@@ -100,7 +100,7 @@ class ParametersPlugin_Parameter : public ModelAPI_Feature
 
  protected:
   /// Evaluates theExpression and returns its value.
-  double evaluate(const std::string& theExpression, std::string& theError);
+  double evaluate(const std::wstring& theExpression, std::string& theError);
   /// Updates name of the parameter
   void updateName();
   /// Updates expression of the parameter