]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/iniconf.h
no changes, just update the copyright in the header
[wxWidgets.git] / include / wx / os2 / iniconf.h
index 28c7436509ba6493b0121eedb358df9d602db0ec..896947c4f4ce5413a45109c75e408e258e2a2a39 100644 (file)
@@ -35,7 +35,7 @@
 // same as appname). The file name (strAppName parameter) may, in fact,
 // contain the full path to the file. If it doesn't, the file is searched for
 // in the Windows directory.
-class WXDLLEXPORT wxIniConfig : public wxConfigBase
+class WXDLLIMPEXP_CORE wxIniConfig : public wxConfigBase
 {
 public:
   // ctor & dtor
@@ -114,6 +114,8 @@ private:
   { return(wxConfigBase::Write(key, value));};
   virtual bool Write(const wxString& key, bool value)
   { return(wxConfigBase::Write(key, value));};
+  virtual bool Write(const wxString& key, const char* value)
+  { return(wxConfigBase::Write(key, value));};
 };
 
 #endif  //_INICONF_H