mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
SysConf: Add explicit to single-argument constructor
Prevents implicit construction from FromWhichRoot values.
This commit is contained in:
parent
8da42fad73
commit
b3c1bff34b
@ -17,7 +17,7 @@
|
||||
class SysConf final
|
||||
{
|
||||
public:
|
||||
SysConf(Common::FromWhichRoot root_type);
|
||||
explicit SysConf(Common::FromWhichRoot root_type);
|
||||
~SysConf();
|
||||
|
||||
void Clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user