summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorAnthony <Helios747@users.noreply.github.com>2017-07-30 12:44:04 -0700
committerGitHub <noreply@github.com>2017-07-30 12:44:04 -0700
commit2ea7ffc94ac2ca52d0ad1e272b0abf988b427f0b (patch)
tree04a87038292f4d5524471af32918860b67b73c48 /Source/Core
parent8da42fad73a94959fc7d3acc8869b4f400e4cf23 (diff)
parentb3c1bff34b455c7439e562f3c56ca528ca994457 (diff)
Merge pull request #5847 from lioncash/explicit
SysConf: Add explicit to single-argument constructor
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/SysConf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/SysConf.h b/Source/Core/Common/SysConf.h
index 9600e725bd..6b25dc058d 100644
--- a/Source/Core/Common/SysConf.h
+++ b/Source/Core/Common/SysConf.h
@@ -17,7 +17,7 @@
class SysConf final
{
public:
- SysConf(Common::FromWhichRoot root_type);
+ explicit SysConf(Common::FromWhichRoot root_type);
~SysConf();
void Clear();