[RAPPS] Make CConfigParser a temp object.

This commit is contained in:
Alexander Shaposhnikov 2017-10-22 00:52:49 +03:00
parent c9aa1915df
commit e554a359f3
No known key found for this signature in database
GPG key ID: 9EEC655FCB0EDE9F
2 changed files with 11 additions and 6 deletions

View file

@ -64,7 +64,7 @@ private:
BOOL m_IsInstalled;
BOOL m_HasLanguageInfo;
BOOL m_HasInstalledVersion;
CConfigParser m_Parser;
CConfigParser* m_Parser;
inline BOOL GetString(LPCWSTR lpKeyName, ATL::CStringW& ReturnedString);