]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/iniconf.h
Fixed toolbar gaffe.
[wxWidgets.git] / include / wx / msw / iniconf.h
index 2d56f13f28171234d283ee81da28519ead42038b..76449ced018ebd0235f96c5917b4bff0cde8bcff 100644 (file)
@@ -77,6 +77,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