* Fix GCC4 build

This commit is contained in:
urnenfeld 2010-05-19 18:49:41 +00:00
parent 818c28d43d
commit 533117dc61

View File

@ -20,7 +20,7 @@ public:
static SettingsType* static SettingsType*
Item() Item()
{ {
return &Get()->fSettings; return &(Singleton<PreferencesContainer<SettingsType> >::Get()->fSettings);
} }
// TODO: // TODO: