add const to programName

This commit is contained in:
Markus 2019-09-04 11:05:11 +02:00
parent 3cabd9bbf7
commit 11306c0b24

View File

@ -30,8 +30,8 @@ struct Settings {
Settings() {} Settings() {}
Settings(std::string name) : name(name) {} Settings(std::string name) : name(name) {}


std::string programName = "S_New4", const std::string programName = "S_New4";
name, std::string name,
accountFilePath = "/tmp/a", accountFilePath = "/tmp/a",
accountNumberPath= "/tmp/a_n", accountNumberPath= "/tmp/a_n",
cookieFilePath = "/tmp/S_New4_cookies", cookieFilePath = "/tmp/S_New4_cookies",