mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
Merge pull request #5847 from lioncash/explicit
SysConf: Add explicit to single-argument constructor
This commit is contained in:
commit
2ea7ffc94a
@ -17,7 +17,7 @@
|
|||||||
class SysConf final
|
class SysConf final
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
SysConf(Common::FromWhichRoot root_type);
|
explicit SysConf(Common::FromWhichRoot root_type);
|
||||||
~SysConf();
|
~SysConf();
|
||||||
|
|
||||||
void Clear();
|
void Clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user