add an accessor

This commit is contained in:
Glenn Maynard
2003-01-05 02:54:44 +00:00
parent 64c44ab54a
commit d56722b746
+1
View File
@@ -48,6 +48,7 @@ public:
//sets path of ini file to read and write from
void SetPath(CString newpath);
CString GetPath() const { return path; }
//reads ini file specified using IniFile::SetPath()
//returns true if successful, false otherwise