SysConf: In-class initialise member variables

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

View file

@ -17,7 +17,7 @@
#include "Core/Movie.h"
SysConf::SysConf() : m_IsValid(false)
SysConf::SysConf()
{
UpdateLocation();
}