]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fileconf.cpp
don't define wxHAS_BUTTON_BITMAP for wxUniv (closes #10907)
[wxWidgets.git] / src / common / fileconf.cpp
index e3b61cf806258d78fdef0c163f0b6a6e77a711b1..af20d3535840c5104db7fc6474f07b6c298a506f 100644 (file)
@@ -746,6 +746,11 @@ void wxFileConfig::SetPath(const wxString& strPath)
     DoSetPath(strPath, true /* create missing path components */);
 }
 
     DoSetPath(strPath, true /* create missing path components */);
 }
 
+const wxString& wxFileConfig::GetPath() const
+{
+    return m_strPath;
+}
+
 // ----------------------------------------------------------------------------
 // enumeration
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // enumeration
 // ----------------------------------------------------------------------------