From 533117dc618e77ae0927088bb1177c7404a1309d Mon Sep 17 00:00:00 2001 From: urnenfeld Date: Wed, 19 May 2010 18:49:41 +0000 Subject: [PATCH] * Fix GCC4 build --- application/preferences/PreferencesContainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/preferences/PreferencesContainer.h b/application/preferences/PreferencesContainer.h index 678d51b..99cd6cf 100644 --- a/application/preferences/PreferencesContainer.h +++ b/application/preferences/PreferencesContainer.h @@ -20,7 +20,7 @@ public: static SettingsType* Item() { - return &Get()->fSettings; + return &(Singleton >::Get()->fSettings); } // TODO: