- bool QueryValue(const wxChar* szValue, wxString& strValue);
- bool QueryValue(const wxChar* szValue, long* plValue);
+ bool QueryValue(const wxChar* szValue, wxString& strValue) const;
+ const bool QueryValue(const wxChar* szValue, long* plValue) const;