]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/confbase.h
test
[wxWidgets.git] / include / wx / confbase.h
index 763235df8ae0c42e30fbe03b765631fa4eb3fe03..46336d3d6551188246001bc04f4d3c1e5fe0d6c5 100644 (file)
@@ -186,6 +186,7 @@ public:
   // Convenience functions
   virtual bool Write(const wxString& key, double value);
   virtual bool Write(const wxString& key, bool value);
+  virtual bool Write(const wxString& key, const wxChar *text ) ;
 
     // permanently writes all changes
   virtual bool Flush(bool bCurrentOnly = FALSE) = 0;