SysConf: In-class initialise member variables

This commit is contained in:
Léo Lam
2016-09-25 19:19:20 +02:00
parent a9ad83cec0
commit e716a738dc
2 changed files with 2 additions and 2 deletions

View File

@ -182,5 +182,5 @@ private:
std::string m_Filename;
std::string m_FilenameDefault;
std::vector<SSysConfEntry> m_Entries;
bool m_IsValid;
bool m_IsValid = false;
};