add missing push_back in VAR_LIST
This commit is contained in:
parent
bd0b1f3e97
commit
e8f050ad18
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ inline void toLower(std::string &str) {
|
||||||
type val;\
|
type val;\
|
||||||
while (ss >> val) {\
|
while (ss >> val) {\
|
||||||
std::getline(configFile, line);\
|
std::getline(configFile, line);\
|
||||||
|
value.push_back(val);\
|
||||||
}\
|
}\
|
||||||
configFile.seekg(configFile.tellg() - line_len);\
|
configFile.seekg(configFile.tellg() - line_len);\
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue