Skip to content

Commit

Permalink
Merge pull request #5847 from lioncash/explicit
Browse files Browse the repository at this point in the history
SysConf: Add explicit to single-argument constructor
  • Loading branch information
Helios747 committed Jul 30, 2017
2 parents 8da42fa + b3c1bff commit 2ea7ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/SysConf.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class SysConf final
{
public:
SysConf(Common::FromWhichRoot root_type);
explicit SysConf(Common::FromWhichRoot root_type);
~SysConf();

void Clear();
Expand Down

0 comments on commit 2ea7ffc

Please sign in to comment.