add const to programName

This commit is contained in:
Markus 2019-09-04 11:05:11 +02:00
parent 3cabd9bbf7
commit 11306c0b24
1 changed files with 2 additions and 2 deletions

View File

@ -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",