OSDN Git Service

IniOptionsMgr.*: Reduce the number of reads from the INI file
[winmerge-jp/winmerge-jp.git] / Src / Common / IniOptionsMgr.h
index e454d4e..cb7e6ad 100644 (file)
@@ -45,6 +45,7 @@ private:
        CRITICAL_SECTION m_cs;
        bool m_serializing;
        static LPCWSTR lpFilePath;
+       std::map<String, String> m_iniFileKeyValues;
 
        String ReadValueFromFile(const String& name);
        int ParseValue(const String& strName, String& textValue, varprop::VariantValue& value);