mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #5847 from lioncash/explicit
SysConf: Add explicit to single-argument constructor
This commit is contained in:
commit
2ea7ffc94a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
class SysConf final
|
||||
{
|
||||
public:
|
||||
SysConf(Common::FromWhichRoot root_type);
|
||||
explicit SysConf(Common::FromWhichRoot root_type);
|
||||
~SysConf();
|
||||
|
||||
void Clear();
|
||||
|
|
Loading…
Add table
Reference in a new issue