X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47d67540a017101b3e46abe9ef0f55914d8de37e..1b826605f5ab0bb680925f5e24a57b068ce2bdc5:/include/wx/confbase.h diff --git a/include/wx/confbase.h b/include/wx/confbase.h index af05537a6c..e7ed119cb8 100644 --- a/include/wx/confbase.h +++ b/include/wx/confbase.h @@ -164,6 +164,11 @@ public: { long l; Read(strKey, &l, defVal); return l; } // Convenience functions that are built on other forms + + // int + virtual bool Read(const wxString& key, int *pi) const; + virtual bool Read(const wxString& key, int *pi, int defVal) const; + // double virtual bool Read(const wxString& key, double* val) const; virtual bool Read(const wxString& key, double* val, double defVal) const;