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() {}
|
||||||
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",
|
||||||
|
Loading…
Reference in New Issue
Block a user