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 2a9726d commit f03b912Copy full SHA for f03b912
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