mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #5847 from lioncash/explicit
SysConf: Add explicit to single-argument constructor
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
class SysConf final
|
||||
{
|
||||
public:
|
||||
SysConf(Common::FromWhichRoot root_type);
|
||||
explicit SysConf(Common::FromWhichRoot root_type);
|
||||
~SysConf();
|
||||
|
||||
void Clear();
|
||||
|
||||
Reference in New Issue
Block a user