From cc9a5070544bbac127df45ca73810a03ed2fa9d2 Mon Sep 17 00:00:00 2001 From: Zaba999 Date: Thu, 27 Sep 2012 00:30:47 +0200 Subject: Profile rewritten to boost. Read/write to ini should work. Load/Save should work. --- src/common/profile.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/profile.h') diff --git a/src/common/profile.h b/src/common/profile.h index de30a63..ed948ff 100644 --- a/src/common/profile.h +++ b/src/common/profile.h @@ -102,9 +102,8 @@ class CProfile : public CSingleton std::vector< std::string > GetLocalProfileSection(std::string section, std::string key); private: - // bpt::ptree m_pt; boost::property_tree::ptree m_propertyTree; - // CSimpleIniA *m_ini; + bool m_profileNeedSave; }; //! Global function to get profile instance -- cgit v1.2.3-1-g7c22