mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:43:00 +00:00
[RAPPS] Make CConfigParser a temp object.
This commit is contained in:
parent
c9aa1915df
commit
e554a359f3
2 changed files with 11 additions and 6 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue