X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47d67540a017101b3e46abe9ef0f55914d8de37e..ff5a1c54e8ad8884230ec9253cb0e1e4b7c3cb35:/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;