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