Salome HOME
updated copyright message
[modules/shaper.git] / src / ParametersPlugin / ParametersPlugin_Parameter.h
index bc4d92e47d134fd02aa5dcdc246da7f0a3335f74..26fe95296d65fff8dcec5169f88f25506bdd2caa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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