SysConf: Add explicit to single-argument constructor

Prevents implicit construction from FromWhichRoot values.
This commit is contained in:
Lioncash 2017-07-30 15:35:11 -04:00
parent 8da42fad73
commit b3c1bff34b

View File

@ -17,7 +17,7 @@
class SysConf final
{
public:
SysConf(Common::FromWhichRoot root_type);
explicit SysConf(Common::FromWhichRoot root_type);
~SysConf();
void Clear();