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.
2 parents 6d90e95 + 96cf6e3 commit f5465b0Copy full SHA for f5465b0
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