--- 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;