set default var if not present in config
This commit is contained in:
parent
24316f2e71
commit
cec248d176
2 changed files with 9 additions and 1 deletions
|
|
@ -72,6 +72,8 @@ private:
|
|||
std::deque<std::string> firstExecRequests;
|
||||
|
||||
// internal methods
|
||||
void setDefaultVars();
|
||||
|
||||
void loadConfigLoadVars();
|
||||
SConfigValue getConfigValueSafe(std::string);
|
||||
void parseLine(std::string&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue