]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/regconf.h
Presumably someone didn't mean to commit that wxUSE_XPM_IN_MSW change...
[wxWidgets.git] / include / wx / msw / regconf.h
index d8274e321e04fe49026a9264859890cdc3e69714..3cb0213720d34257b4475c9125098630b1d058e8 100644 (file)
@@ -69,6 +69,10 @@ public:
     { return wxConfigBase::Read(key, defVal); }
   bool Read(const wxString& key, long *pl, long defVal) const
     { return wxConfigBase::Read(key, pl, 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); }
   long Read(const wxString& key, long defVal) const
     { return wxConfigBase::Read(key, defVal); }
   bool Read(const wxString& key, double* val) const