Mostly cleanup, but allow lines starting with ';' in .ini files to be treated as comments.

This commit is contained in:
AJ Kelly
2010-03-26 01:02:49 -05:00
parent 50aa3e141e
commit 4bd7076334
6 changed files with 14 additions and 71 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class IniFile : public XNode
public:
IniFile();
/* Retrieve the filename of the last file loaded. */
// Retrieve the filename of the last file loaded.
RString GetPath() const { return m_sPath; }
const RString &GetError() const { return m_sError; }