forked from markus/S_New4
add const to programName
This commit is contained in:
parent
3cabd9bbf7
commit
11306c0b24
@ -30,8 +30,8 @@ struct Settings {
|
||||
Settings() {}
|
||||
Settings(std::string name) : name(name) {}
|
||||
|
||||
std::string programName = "S_New4",
|
||||
name,
|
||||
const std::string programName = "S_New4";
|
||||
std::string name,
|
||||
accountFilePath = "/tmp/a",
|
||||
accountNumberPath= "/tmp/a_n",
|
||||
cookieFilePath = "/tmp/S_New4_cookies",
|
||||
|
Loading…
Reference in New Issue
Block a user