really fixed wxConfig bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-05-27 19:01:38 +00:00
parent e1b8d4d841
commit 68275b8532
2 changed files with 11 additions and 1 deletions

View File

@@ -188,7 +188,11 @@ public:
virtual bool Write(const wxString& key, double value);
virtual bool Write(const wxString& key, bool value);
// permanently writes all changes
// we have to provide a separate version for C strings as otherwise they
// would be converted to bool and not to wxString as expected!
virtual bool Write(const wxString& key, const wxChar *value);
// permanently writes all changes
virtual bool Flush(bool bCurrentOnly = FALSE) = 0;
// renaming, all functions return FALSE on failure (probably because the new