add missing prefix parameter
This commit is contained in:
parent
ff597fdc23
commit
e177b7231f
1 changed files with 1 additions and 3 deletions
|
@ -263,9 +263,7 @@ inline void toLower(std::string &str) {
|
|||
}\
|
||||
)
|
||||
#define VAR_LIST_SEP_P(section, name, type, sep, prefix) \
|
||||
VAR_GENERIC_P(section, name,\
|
||||
_prefix = prefix;\
|
||||
line = checkAndRemove(line, _prefix);\
|
||||
VAR_GENERIC_P(section, name, prefix,\
|
||||
std::vector<type> value;\
|
||||
std::stringstream ss(line);\
|
||||
std::string val;\
|
||||
|
|
Loading…
Reference in a new issue