]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fileconf.h
* Renamed fstream.h in wfstream.h
[wxWidgets.git] / include / wx / fileconf.h
index e17e8cae081999ef692bd4569206e2fa3f9af363..24b1a95902f262c5f4671ad1cbf5d9d756ba9e7a 100644 (file)
@@ -166,6 +166,10 @@ public:
   { return wxConfigBase::Read(key, pl, defVal); }
   long Read(const wxString& key, long defVal) const
   { return wxConfigBase::Read(key, defVal); }
+  bool Read(const wxString& key, int *pi, int defVal) const
+    { return wxConfigBase::Read(key, pi, defVal); }
+  bool Read(const wxString& key, int *pi) const
+    { return wxConfigBase::Read(key, pi); }
   bool Read(const wxString& key, double* val) const
   { return wxConfigBase::Read(key, val); }
   bool Read(const wxString& key, double* val, double defVal) const