From d56722b7463bdbc0bde84d77841defcdb8c83f22 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 5 Jan 2003 02:54:44 +0000 Subject: [PATCH] add an accessor --- stepmania/src/IniFile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/IniFile.h b/stepmania/src/IniFile.h index 5dd6e2cc7d..03972de0a8 100644 --- a/stepmania/src/IniFile.h +++ b/stepmania/src/IniFile.h @@ -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