mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Small code simplification in Settings.
This commit is contained in:
parent
bd1fa04e79
commit
e91e23a053
|
@ -70,7 +70,7 @@ Settings::Settings()
|
||||||
|
|
||||||
std::shared_ptr<Settings> Settings::getInstance()
|
std::shared_ptr<Settings> Settings::getInstance()
|
||||||
{
|
{
|
||||||
static std::shared_ptr<Settings> instance{std::shared_ptr<Settings>(new Settings)};
|
static std::shared_ptr<Settings> instance{new Settings()};
|
||||||
return instance;
|
return instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue