Merge pull request #5847 from lioncash/explicit

SysConf: Add explicit to single-argument constructor
This commit is contained in:
Anthony
2017-07-30 12:44:04 -07:00
committed by GitHub

View File

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