blob: 9ea2ddb8fa25291400f9bcf223c0245198b7dc01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- sources/menu.cpp 2020-03-08 19:50:59.447452024 +0100
+++ menuPatched.cpp 2020-03-08 20:37:45.285384967 +0100
@@ -224,7 +224,7 @@
// Construit une variable à partir de ces paramètres
-Variable::Variable(const std::string& name, Variable_type type, const double& initial_value, double min, double max, int precision, bool percent)
+Variable::Variable(const wchar_t* name, Variable_type type, const double& initial_value, double min, double max, int precision, bool percent)
{
this->name.setString(name);
this->precision = precision;
|