summaryrefslogtreecommitdiffstats
path: root/src/common/profile.h
diff options
context:
space:
mode:
authorZaba999 <zaba.marcin@gmail.com>2012-09-27 00:30:47 +0200
committerZaba999 <zaba.marcin@gmail.com>2012-09-27 00:30:47 +0200
commitcc9a5070544bbac127df45ca73810a03ed2fa9d2 (patch)
tree8c12ec1d4c33e3eaf8f0aa6a39697f09569aa43f /src/common/profile.h
parent400869ff86e88fdb12c892c7885c07ce2ae99e5e (diff)
downloadcolobot-cc9a5070544bbac127df45ca73810a03ed2fa9d2.tar.gz
colobot-cc9a5070544bbac127df45ca73810a03ed2fa9d2.tar.bz2
colobot-cc9a5070544bbac127df45ca73810a03ed2fa9d2.zip
Profile rewritten to boost. Read/write to ini should work.
Load/Save should work.
Diffstat (limited to 'src/common/profile.h')
-rw-r--r--src/common/profile.h3
1 files changed, 1 insertions, 2 deletions
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<CProfile>
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