We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ba658 commit 96cf6e3Copy full SHA for 96cf6e3
Client/core/CLocalization.h
@@ -44,5 +44,5 @@ class CLocalization : public CLocalizationInterface
44
private:
45
DictionaryManager m_DictManager;
46
std::map<SString, CLanguage*> m_LanguageMap;
47
- CLanguage* m_pCurrentLang;
+ CLanguage* m_pCurrentLang{};
48
};
0 commit comments