* Fix GCC4 build
This commit is contained in:
parent
818c28d43d
commit
533117dc61
|
@ -20,7 +20,7 @@ public:
|
||||||
static SettingsType*
|
static SettingsType*
|
||||||
Item()
|
Item()
|
||||||
{
|
{
|
||||||
return &Get()->fSettings;
|
return &(Singleton<PreferencesContainer<SettingsType> >::Get()->fSettings);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO:
|
// TODO:
|
||||||
|
|
Ŝarĝante…
Reference in New Issue