Kaydet (Commit) f814795a authored tarafından Eike Rathke's avatar Eike Rathke

default ctor LangID acutally is initialized

So make registerImpl() use theDontKnow instead of creating temporary
instances.

Change-Id: Ibd10a80da5dd4355c33cf525b21158ec56a1360e
üst 6d29bafe
......@@ -499,7 +499,7 @@ LanguageTag::LanguageTag()
mbSystemLocale( false),
mbInitializedBcp47( false),
mbInitializedLocale( false),
mbInitializedLangID( false),
mbInitializedLangID( true),
mbIsFallback( false)
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment