Mostly cleanup, but allow lines starting with ';' in .ini files to be treated as comments.
This commit is contained in:
+1
-1
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user