Core: LangInfo fixed to compile with MSC15

git-svn-id: svn://ultimatepp.org/upp/trunk@13425 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-06-21 13:57:58 +00:00
parent 0f7227d1d1
commit f310b63b88

View file

@ -492,7 +492,7 @@ void SyncLngInfo__()
const LanguageInfo& GetLanguageInfo()
{
if(!sCurrentLangInfo)
if(!sCurrentLangInfo.load())
SyncLngInfo__();
return *sCurrentLangInfo;
}