From fca69efd761d97bea7141e35d60b75bb0f7d004f Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Sun, 13 Feb 2011 18:38:22 +0000 Subject: [PATCH] Fix build for GCC 4.5 This was SVN commit r8920. --- source/ps/GameSetup/GameSetup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ps/GameSetup/GameSetup.cpp b/source/ps/GameSetup/GameSetup.cpp index ecfc23c6e6..82bd2e7334 100644 --- a/source/ps/GameSetup/GameSetup.cpp +++ b/source/ps/GameSetup/GameSetup.cpp @@ -736,7 +736,7 @@ void SetDefaultIfLocaleInvalid() // this constructor is similar to setlocale(LC_ALL, ""), // but instead of returning NULL, it throws runtime_error // when the first locale env variable found contains an invalid value - std::locale::locale(""); + std::locale(""); } catch (std::runtime_error&) {