mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
SysConf: Add explicit to single-argument constructor
Prevents implicit construction from FromWhichRoot values.
This commit is contained in:
parent
8da42fad73
commit
b3c1bff34b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue